Force even number of pages
I'm printing most of my reports duplex and this causes
me some problems when i want multiple copies. Each copy
needs to be distributed separately but if the report ends
up having an odd number of pages, the next copy starts on
the back of the last page.
Is there an easy way of forcing a report to have an even
number of pages (ie putting a blank page at the end if the
actual report has an odd number of pages, but leaving it alone
if it already ends up with an even number) ?
I can't see any example in the demos but i might have just missed
it.
Thanks
Dave
me some problems when i want multiple copies. Each copy
needs to be distributed separately but if the report ends
up having an odd number of pages, the next copy starts on
the back of the last page.
Is there an easy way of forcing a report to have an even
number of pages (ie putting a blank page at the end if the
actual report has an odd number of pages, but leaving it alone
if it already ends up with an even number) ?
I can't see any example in the demos but i might have just missed
it.
Thanks
Dave
This discussion has been closed.
Comments
if you do not need a summary you could set the summary Newpage property to
true wich gives you a blank page
now in the beforeprint you could query the number of pages and if its odd
then set the visible prop to true, else to false
cu
marc