oded Posted October 16, 2006 Report Share Posted October 16, 2006 Can I prevent the following error message from being displayed? "The window "abc...." did not appear within the specified time" If the requested window does not appear within the specified time I just want the macro to end. Thanks for any help. Oded. Quote Link to comment Share on other sites More sharing options...
joe Posted October 16, 2006 Report Share Posted October 16, 2006 Oded - Place a Log Errors command at the beginning of your macro. It is located under Debug in the Commands pane. Make sure that you check the Do not display error message (log only) box. Quote Link to comment Share on other sites More sharing options...
Gabriel Posted October 16, 2006 Report Share Posted October 16, 2006 If you would like to disable this feature across all your macros: Under Preferences>Miscellaneous> Check “Clear Error Messages After __Seconds” After the error occurs the error message will display for your specified amount of time and then the macro will stop. We typically will have an “alert macro” which will run to email/send text message to notify us of the error. Good luck Gabriel Quote Link to comment Share on other sites More sharing options...
oded Posted October 16, 2006 Author Report Share Posted October 16, 2006 Thank you Joe and Gabriel for your help Oded Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.