Do you need an If: then: for each step.
For instance, if I had the following script:
Code: Select all
Let>STEP_DELAY=200
Let>RP_WAIT=10
Let>RP_DISPLAYERROR=1
Run Program>C:\Program Files\INSSINC Software\Futrak\issFutrak.exe
IfWindowOpen>Data Synchronization,AcceptUpDates,SetSysDate
Label>AcceptUpDates
SetFocus>Data Synchronization
Send>y
Label>SetSysDate
WaitWindowOpen>Futrak System Date
SetFocus>Futrak System Date
Wait>0.24
Press Tab
Wait>0.24
Send>02/28/2005
Wait>0.24
Press Tab
Wait>0.24
Press Enter
WaitWindowOpen>Futrak - The Hedge Management System
WindowAction>1,Futrak - The Hedge Management System
-OR- is there a q better way to verify if any one step failed, stop the macro and log an error, or send the error log via e-mail?
I'm clueless when it comes to anticipating errors and handling them