ThePopp Posted February 17, 2007 Posted February 17, 2007 I'm trying to print a form with fields in the body sorted by a sub-category. I then wish to print static information (blank forms) on the back of each sub-categorized page(s). My printer does duplex printing. I have set the body to page break before each occurence.
IdealData Posted February 17, 2007 Posted February 17, 2007 Make the "static" form on a separate layout and print the two layouts together in a script.
mr_vodka Posted February 17, 2007 Posted February 17, 2007 Will the first page ever be longer than 1 page length?
ThePopp Posted February 17, 2007 Author Posted February 17, 2007 Can I print one page from one layout and then back side with another layout and then go back to the next records on the first layout? Mr_Vodka, yes the first page maybe more than 1 page (depending on sub-category records). Thanks
mr_vodka Posted February 17, 2007 Posted February 17, 2007 Yes you can but you will need to get a bit creative with a loop script because every even page number will have to go to your static layout to print it in order. Couldnt you just print the report on one side of a paper that already has the static info printed on one side of it?
ThePopp Posted February 17, 2007 Author Posted February 17, 2007 While the easiest way for me is to have the customer copy the form onto the back side after printed, it seems rather unprofessional to do so. As to the creative part, I'm not sure how I can interrupt the print for layout 1 and have it duplex the other side, then go back to the next record(s).
Recommended Posts
This topic is 6480 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