duplex printing
-
- Posts: 20
- Joined: Tue Oct 10, 2017 12:44 pm
duplex printing
Hi,____I^ve got a report (invoice) that I^m trying to print a legal notice on the back via duplex. To do this I^m printing two copies and using a logical field based on copy() to work out which is the front or back page.____My problem is that the collate option is being ignored and the report always comes out collated.____I^m using V11 Xbase edition.____Anyone have any ideas as to why?____Thanks____Jeremy
=> RE: duplex printing
Create a calculated field whose expression is COPY() and make that the lowest group level in your report. See if that corrects the collation problem.____Kathleen__R&R Support
-
- Posts: 20
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: duplex printing
I tried your suggestion and unfortunately it didn^t work____Jeremy