May 5, 201114 yr I know I've seen this, but can't find it now.... How do the script steps Allow User Abort[] and Set Error Capture[] affect the running of server side scripts? I have a script that I want to continue to run if it encounters an error and I want to capture the error. Thanks!
May 5, 201114 yr With Abort OFF, an unsupported step will be skipped and script will continue. With Abort ON, it will halt. Set Error Capture should be ON (to suppress FM dialogs) but you can still use GetLastError to branch accordingly.
Create an account or sign in to comment