Problems with 'tMSMeno' object, in TMSDialog.

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
Lauro Costa
Newbie
Posts: 4
Joined: Thu Jan 09, 2020 7:55 pm

Problems with 'tMSMeno' object, in TMSDialog.

Post by Lauro Costa » Thu Jan 09, 2020 8:23 pm

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?

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: Problems with 'tMSMeno' object, in TMSDialog.

Post by Marcus Tettmar » Sat Jan 11, 2020 8:40 am

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.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Lauro Costa
Newbie
Posts: 4
Joined: Thu Jan 09, 2020 7:55 pm

Re: Problems with 'tMSMeno' object, in TMSDialog.

Post by Lauro Costa » Sun Jan 12, 2020 7:44 am

Ok. Marcus.
TkU

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts