Jump to content

duplex printing, start on odd page


Bonnerbl

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

Recommended Posts

My report consists of many sliding fields so each record may result in one to many pages of text. I am printing duplex. Each time it starts printing a new record I need to make sure that it is on an odd page. Can someone point me in the right direction?

Link to comment
Share on other sites

I don't think can be easily done.

Each record needs to consume an even number of pages, so a short record needs to have a page of while space at the end.

One way would be to print to a pdf and then print the pdf: when assembling the pdf print each record separately and insert a blank page if the record has an odd number of pages. This would onvolve previewing each record and counting the number of pages.

Link to comment
Share on other sites

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