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

Printing Multiple Layouts at Once


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

Recommended Posts

  • Newbies
Posted

I am desperately looking for a method to print, using a variable, multiple layouts of the same data. In other words I have a 'y' and it prints layout 1, I have a 'n' and it prints layout 2. I hope someone can help I cannot find a solution in the forums.

Mike

Posted

Welcome Mike

You need to SCRIPT this. Roughly speaking

If (variable = "y")

Go to layout (layout1)

Print

EndIf

If (variable = "n")

Go to layout (layout2)

Print

EndIf

etc..

  • Newbies
Posted

Mark,

Thank you for your post. And the script kind of works.. however it gets stuck on the layout of the first variable in the first record it finds for the rest of the job. Any suggestions?

This topic is 6639 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.