Search found 6 matches

by ksimmons
Tue Aug 19, 2003 2:05 pm
Forum: Technical / Scripting
Topic: Pressing alt key
Replies: 6
Views: 9699

pressing alt key

I did what you said by sending a lower case " i " and this still does not work. Do you have any other suggestions?

Kina :cry:
by ksimmons
Tue Aug 19, 2003 1:39 pm
Forum: Technical / Scripting
Topic: Pressing alt key
Replies: 6
Views: 9699

Pressing alt key

I have ran the debugger with watch list and enabled the logging. It still does not give help me fix this problem. Here is my program: // Variables Let>file=%WIN_DIR% //get the drive letter MidStr>%file%,1,2,driveletter //MessageModal>%driveletter% Let>logFileName=%driveletter%\dms\ServerInstaller\TS...
by ksimmons
Tue Aug 19, 2003 1:06 pm
Forum: Technical / Scripting
Topic: Pressing alt key
Replies: 6
Views: 9699

Pressing alt key

I am writing a script that requires filling in many tabs in a Properties window. When I get to a the Stack Tab, I have the following code written: SRT>FillStackTab SetFocus>Properties* Press Alt Send>i Release Alt END>FillStackTab This code is going to move over to the Stack Tab and then select the ...
by ksimmons
Fri Aug 08, 2003 8:38 pm
Forum: General Discussion
Topic: Gosub error
Replies: 4
Views: 10584

Thanks

The removing trailing white space worked perfectly.

:lol:
by ksimmons
Thu Aug 07, 2003 7:31 pm
Forum: General Discussion
Topic: Gosub error
Replies: 4
Views: 10584

Still getting errors with Gosub

Here is my entire program. I am still getting the same error message, "Error - Subrountine/Label SetupConn Not Found!" Can you tell me what I am doing wrong. // Variables Let>logFileName=c:\dms\logs\TSIU.log // get each part of the date separately Day>the_day Month>the_month Year>the_year // get eac...
by ksimmons
Wed Aug 06, 2003 9:47 pm
Forum: General Discussion
Topic: Gosub error
Replies: 4
Views: 10584

Gosub error

I am writing a script that has 2 subroutines. Only one of the subrountines was executed and I got an error message saying "cannot find label subrountine SetupConn" when trying to execute the second subroutine. What is wrong with my code? Gosub>FindSvr Gosub>SetupConn SRT>FindSvr // labels and code s...
Sign up to our newsletter for free automation tips, tricks & discounts