Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8506 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?.

Posted

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

This topic is 8506 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.