jocuva Posted August 1, 2001 Share Posted August 1, 2001 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?. Link to comment Share on other sites More sharing options...
LiveOak Posted August 1, 2001 Share Posted August 1, 2001 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 Link to comment Share on other sites More sharing options...
jocuva Posted August 1, 2001 Author Share Posted August 1, 2001 Thanks, LiveOak. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 8468 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