January 11, 201114 yr 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?
January 12, 201114 yr 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.
January 20, 201114 yr Author I don't think can be easily done......One way would be to print to a pdf.... Unfortunately the pdf aproach won't work because of the quality of the output when printed from a pdf rather than directly to the printer.
Create an account or sign in to comment