Raschelle Posted November 15, 2002 Posted November 15, 2002 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
BobWeaver Posted November 15, 2002 Posted November 15, 2002 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.
Recommended Posts
This topic is 8048 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now