August 1, 200124 yr I want to help me in the following thing: I Am printing a catalog in preview mode, in the status bar it does put me the buttons CANCEL and CONTINUED and if I press the CANCEL button automatically does it put on in BROWSE mode staying in the same layout and I want that it can send himself to another layout, like I can make this?.
August 1, 200124 yr To control what happens after "cancel", you must use a script to print. A typical print script might look like: Allow User Abort (off) Set Error Capture (on) Go to Layout (My Document) Page Setup (Restore) Toggle Status Area (show) Enter Preview Mode(Pause) Show Message (Do you want to print this?, YES, No) If (Status(CurrentMessageChoice) = 1) Print() End If Go to Layout (My Screen) Enter Browse Mode -bd
Create an account or sign in to comment