November 15, 200223 yr I have made a "solution" for a client of our company using FM Developer 6. He made the comment that when you cancel a script (such as printing, by canceling from the print dialog box) that he doesn't want to have to hit cancel again (the script will ask to cancel or continue). Is there a way to have the script cancel box not show up? The solution is bound on a PC (although I would like to know how to do it for PC and Mac). Thanks
November 15, 200223 yr Start your script with Set Error Capture [on] Then immediately after the print step check for the User Cancelled error code ( 1 ). Exit the script if cancelled.
Create an account or sign in to comment