Search found 7 matches

by ct976
Fri Feb 18, 2005 8:32 pm
Forum: Technical / Scripting
Topic: Error after compiling into .EXE , what happened?
Replies: 4
Views: 5586

thanks
by ct976
Fri Feb 18, 2005 6:49 pm
Forum: Technical / Scripting
Topic: Error after compiling into .EXE , what happened?
Replies: 4
Views: 5586

hmmm for some reason i am getting no errors when i run it uncompiled...
i changed the script using your suggestions and it works the same when uncompiled.

originally, where does it close the dialog before i use the CloseWindow> command (cause of the error)?
by ct976
Fri Feb 18, 2005 6:26 pm
Forum: Technical / Scripting
Topic: Error after compiling into .EXE , what happened?
Replies: 4
Views: 5586

Error after compiling into .EXE , what happened?

shouldn't the script work exactly the same, with the same timing after compilation? in my script, i open a Dialog box and show some instructions, and then asks for some input for user name and password. here is the code: // instruction message Dialog>Instructions Caption=Instructions Top=247 Width=4...
by ct976
Fri Dec 10, 2004 7:30 pm
Forum: Technical / Scripting
Topic: checking if variable is in date format?
Replies: 19
Views: 21283

excellent!! MJTnet rocks :P
by ct976
Fri Dec 10, 2004 5:59 pm
Forum: Technical / Scripting
Topic: checking if variable is in date format?
Replies: 19
Views: 21283

thanks for the quick reply. it seems to be working, up until i get to a record when it is not a date. when its not a date, the clipboard actually contains an excel cell, containing a number. and i get this error: Microsoft VBScript compilation error :1033 Unterminated string constant Line 222. Colum...
by ct976
Fri Dec 10, 2004 5:09 pm
Forum: Technical / Scripting
Topic: checking if variable is in date format?
Replies: 19
Views: 21283

also note that i can't copy empty contents, so this doesnt work:

if>A="", step2
step1
by ct976
Fri Dec 10, 2004 5:07 pm
Forum: Technical / Scripting
Topic: checking if variable is in date format?
Replies: 19
Views: 21283

checking if variable is in date format?

hi, here is my situation: i have a script that goes to a menu item in a screen, and copies the contents. i use getclipboard> to put it into a variable A getclipboard>A if>A is a date format (eg. 8/22/2003 12:00:00 AM) goto>step1 else goto>step2 endif how would i be able to do this? the date always c...
Sign up to our newsletter for free automation tips, tricks & discounts