October 6, 201015 yr I have a script to import a .csv file. Once the file is selected a number of other processes run on the imported records. When a user cancels the file selection dialog the script continues without the imported file. Is there a way I can capture for this cancel and exit the script? Thanks
October 6, 201015 yr Error = 1 is "user cancelled action" so trap for this after the import step. Use Set Error Capture [on] before the import.
Create an account or sign in to comment