Newbies macmanlex Posted September 11, 2006 Newbies Posted September 11, 2006 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
IdealData Posted September 11, 2006 Posted September 11, 2006 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 macmanlex Posted September 11, 2006 Author Newbies Posted September 11, 2006 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now