Hi guys.
In object tMsMemo -> property "SaveToFile" does not work. The problem is that it does not add the line 'SaveToFile = anyfile.txt' to the instruction lines of the object 'object memTest: tMSMemo'
Are there any bugs in the third party embedded TMSDialogo?
Problems with 'tMSMeno' object, in TMSDialog.
Moderators: JRL, Dorian (MJT support)
-
- Newbie
- Posts: 4
- Joined: Thu Jan 09, 2020 7:55 pm
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Problems with 'tMSMeno' object, in TMSDialog.
Hi,
This is a runtime property. Set it at runtime when you want to save the content of the memo to file:
SetDialogProperty>Dialog1,msMemo1,SavetoFile,%SCRIPT_DIR%\memo.txt
It does not set anything at design time.
This is a runtime property. Set it at runtime when you want to save the content of the memo to file:
SetDialogProperty>Dialog1,msMemo1,SavetoFile,%SCRIPT_DIR%\memo.txt
It does not set anything at design time.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Newbie
- Posts: 4
- Joined: Thu Jan 09, 2020 7:55 pm
Re: Problems with 'tMSMeno' object, in TMSDialog.
Ok. Marcus.
TkU
TkU