Joined: 04 Dec 2012
Online Status: Offline
Posts: 13
Topic: Double Side Printing and Paging issue Posted: 13 Jul 2016 at 9:46pm
Hello all,
I'm trying to setup double side print of a crystal report, im having a issue when the Details section runs over to the third page or 5th page, the following Customer will print on the back of that and stuff all the order for the remaining print.
---I have setup a report that is grouped by customer ID
which is in Group header A
---Details sections reports on all the outstanding transactions which normally would be on the reverse but causing issues if a lot of transactions and rolls onto the third page
--then the Group footer A and b have a subreport.
I basically need the new grouping to print and always start on an odd number as this would be the front page.
Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Posted: 15 Jul 2016 at 9:54am
Add a second group A footer section. In the section manager, turn on "New Page After" for this section. Then, click on the formula button to the right of the "Suppress" checkbox and enter this formula:
PageNumber mod 2 = 1
This will suppress the section if you get to the section and the current page number is NOT a multiple of two, which should give you an even number of pages for each Group A set.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum