Search found 84 matches

by Dick99999
Mon Jul 19, 2010 9:27 pm
Forum: Technical / Scripting
Topic: What can cuase this while loop to fail, while condition true
Replies: 10
Views: 10636

When I reduce the script to while only, the while is working. Thanks for pointing that out. I also tried the set value, simple while test as given above. They work but not in my script. So something must interfere. I just wondered whether "before true condition, while not executing, after true" does...
by Dick99999
Mon Jul 19, 2010 4:39 am
Forum: Technical / Scripting
Topic: What can cuase this while loop to fail, while condition true
Replies: 10
Views: 10636

What can cuase this while loop to fail, while condition true

I cannot get the following while to work, tried many variations. The basic one below should work, or am I missing something? When I run the code below in a 800 line long script I get the following results - First MDL displays TRUE, displaying the before while expression - 2nd MDL displays TRUE, disp...
by Dick99999
Mon Jul 19, 2010 4:10 am
Forum: Technical / Scripting
Topic: Can a memo field auto scroll to the bottom?
Replies: 2
Views: 3590

Thanks, that certainly is a way to go. Would be nice though to have a scrolling option.
by Dick99999
Fri Jul 16, 2010 2:43 pm
Forum: Technical / Scripting
Topic: Can a memo field auto scroll to the bottom?
Replies: 2
Views: 3590

Can a memo field auto scroll to the bottom?

I use a memo field to log messages. Would like the order form old to new (at the bottom). When I refresh the memo with the latest log message, the scroll bars seem to stay at the top.
Is there any setting to make is auto scrolling when adding a new entry?
Using win XP - MacroSched v12
by Dick99999
Thu Jul 15, 2010 8:47 pm
Forum: Technical / Scripting
Topic: MoveFile CopyFile fall back to DOS 8.3 naming??
Replies: 2
Views: 3533

Tried to strip my script, but did not succeed to make a test case. The reduced script worked fine. What I did to solve this is make a simple .cmd file (not .bat) mymove.cmd move %1 %2 %3 Execute that and the files were moved OK with the long names. What could cause this is that somehow command.com i...
by Dick99999
Wed Jul 14, 2010 3:49 pm
Forum: Technical / Scripting
Topic: MoveFile CopyFile fall back to DOS 8.3 naming??
Replies: 2
Views: 3533

MoveFile CopyFile fall back to DOS 8.3 naming??

I have the following script with strange results. Took separate lines just for readability. If all on one line same result let>from=%sailMainDir%\%fnDir% let>to=%sailMainDir%\%dataDirLog%\%fnOnly% // can ignore the above, the message output is given below message>%from% to %to% CopyFile>from,to Move...
by Dick99999
Fri Nov 28, 2008 3:06 pm
Forum: General Discussion
Topic: Unreliable & strange results with Thunderbird
Replies: 5
Views: 6657

Thanks, didn't know that. In this case, I had to queue the emails, to send them later on. However, 'writing' them is something that I needed to do on various times during a day. That is probably easier to do with the help of Thunderbird. Anyway the timings may be of use for others. And next time I'l...
by Dick99999
Fri Nov 28, 2008 2:30 pm
Forum: General Discussion
Topic: Unreliable & strange results with Thunderbird
Replies: 5
Views: 6657

Thanks for the suggestion and fast replies. I have done some additional testing and found that the timing of entering key strokes seems to be critical in Thunderbird. I used the following values and that gives reliable results (2 days only). BTW there are indeed many dozens of system windows. // del...
by Dick99999
Thu Nov 27, 2008 10:49 am
Forum: General Discussion
Topic: Unreliable & strange results with Thunderbird
Replies: 5
Views: 6657

Unreliable & strange results with Thunderbird

I have used MS (now 10.1.20 on XP SP3) for many years. First time I get very strange results. When trying to activate a menu in Thunderbird, such as opening a new message window, by letting MS entering keystroke letters for File, New, Message, all kind of strange things happen: such as the following...
Sign up to our newsletter for free automation tips, tricks & discounts