Search found 5 matches
- Fri May 18, 2018 9:23 pm
- Forum: Beginners
- Topic: Script failing even thought action completed successfully
- Replies: 4
- Views: 4712
Re: Script failing even thought action completed successfully
What I think is happening is that Label:TapWatchError is running after the completion of Label:TapwatchExecuteLog. How do I make a label run on when called upon? Any advise would be greatly appreciated.
- Fri May 18, 2018 8:11 pm
- Forum: Beginners
- Topic: Script failing even thought action completed successfully
- Replies: 4
- Views: 4712
Re: Script failing even thought action completed successfully
I added that line but the issue is still occuring. Log: 5/18/2018 2:20:54 PM C:\Program Files (x86)\TapWatch2\Files\0450001\0450001 Auto Download.lnk | started 5/18/2018 2:22:23 PM C:\Program Files (x86)\TapWatch2\Files\0450001\0450001 Auto Download.lnk | completed 5/18/2018 2:22:23 PM There was an ...
- Thu May 03, 2018 3:13 pm
- Forum: Beginners
- Topic: Script failing even thought action completed successfully
- Replies: 4
- Views: 4712
Script failing even thought action completed successfully
Hi - The below script is failing at "WaitWindowClosed>Communicating with*" even though the "Communicating with *" window has closed. Please provide insight. Label>LaunchTapwatch let>WW_TIMEOUT=60 ExecuteFile>TapwatchLine WaitWindowOpen>Tapwatch* let>Lineerror=_LINE_NUM-1 if>WW_Result=FALSE,TapWatchE...
- Fri Apr 06, 2018 8:29 pm
- Forum: Scripts and Tips
- Topic: Writing SQL results to a .txt
- Replies: 3
- Views: 8140
- Thu Apr 05, 2018 5:42 pm
- Forum: Scripts and Tips
- Topic: Writing SQL results to a .txt
- Replies: 3
- Views: 8140
Writing SQL results to a .txt
I am new to the macro scheduler world. Is it possible to write MS Access query results to a .txt? Also, please validate the connection string. I am trying to connect to MS Access 1997 database. What I have isn't working. Let> str=oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=C:\Pro...