Page 1 of 1
Duplex print
Posted: Tue Jul 22, 2003 5:03 am
by accurata
Hi.____I want to print something like invoices and delivery notices__in a bulk mode (using scopes, from invoice # to invoice #).____We are using a HP 4000 with the HP 4000 duplex option. With __Duplex enabled printer should print also on the backside of the __paper. However, with a large single WORD document, this is working__well.____In case I print invoices like I need in bulk mode, then if __one invoice have an uneven number of pages, the next invoice__starts on the backside of the last invoice. ____This means for me I cannot print invoices in bulk mode. ____FYI : Reset page number is enabled.____R&R should finish each print job after page reset but it does__not.____What can I do ?__
=> RE: Duplex print
Posted: Tue Jul 22, 2003 2:52 pm
by kfleming
You can try this.__Create a calculated field called even with the expression:__mod(reportpage(),2)=0____On your report add two invoice header band lines above any existing band lines. On the first line type the text BLANK PAGE. Format this text so that its font color is white. The second line will be a new page line.__Then set the logical property of each of these lines to select the calculated field even and print when true.__This should add an extra "blank page" every time an invoice starts on a even/back side page.____Kathleen__R&R Support
==> RE: Duplex print
Posted: Wed Jul 23, 2003 6:01 am
by accurata
Your idea is good, but the FF should ONLY be made __on the LAST page of one invoice (group level) and __ONLY if the LAST page number of the invoice is __NOT even.____This cause I want to use the DUPLEX to save paper; __with your way every backside is blank.____Unfortunately, I cannot set the New page line option__in the group´s footer, where it would be right - it__does not create a blank page. Why ?____
===> RE: Duplex print
Posted: Thu Jul 24, 2003 7:34 am
by kfleming
I too tried to add the blank page at the end rather than the beginning but was not successful which is why I went with the other option of adding a blank page at the start any time we are trying to start on a back side page.____Kathleen__R&R Support
====> RE: Duplex print
Posted: Tue Jul 29, 2003 7:49 am
by accurata
Thanks for caring.____But does the R&R programmers have any solution ??