March 22, 200619 yr When a user pushes a print button a script is activated that does following. Goto Layout xyz Print(With Dialog) allows user to select printer Return to original layout Alls fine and dandy except if the user cancels the print at the choose printer stage, they get the usual message do you want to continue with script? They allways choose no and get left in the layout that i really do not want them not to be in. apart from setting up a button in the layout is there a way to auto continue script or set up error capture to return them to orginal page automatically? Thanks
March 23, 200619 yr Insert the Set Error Capture [ On ] script step prior to the Print [] step. This will keep a message from appearing, and the script will continue. You should then put another Set Error Capture [ Off ] script step in after the Print [] step if there might be other things that might cause errors that need to be known.
March 23, 200619 yr I used Allow User Abort (Off) at the beginning of the print script. This also finishes out the script if they cancel the print job. I am going to try your idea too.
Create an account or sign in to comment