I have a multi-page report where the data is grouped. I also force 'keep groups together', repeat group header on each page', 'new page after group' and 'reset page number after'. When the report is printed, it prints on both sides of the paper. These reports can contain hundreds to thousands of records. When a group ends on an even number page (back), the next group will start on an odd number page(front) on a different sheet of paper and life is good. However, when a group ends on an odd number page (23) the next group will print on the subsequent page (24). This means that two different groups are on the same sheet of paper.
I have coded so that a blank page (a blank group footer) will print if @pagecount is an odd number. The result is a blank page after every group (with a header from that group) instead of only after groups ending on odd numberd pages. (I think it is getting confused by the blank page supression if @pagecount ends with an even number so with a blank page it becomes an odd number page)
Is there any way to insert a blank page ONLY if the last page of the groupby ends on an odd number page? Or can the M value of 'n of m' be used without using count?
I faxed Seagate the question last week but have not heard back from them.
Thanks
I have coded so that a blank page (a blank group footer) will print if @pagecount is an odd number. The result is a blank page after every group (with a header from that group) instead of only after groups ending on odd numberd pages. (I think it is getting confused by the blank page supression if @pagecount ends with an even number so with a blank page it becomes an odd number page)
Is there any way to insert a blank page ONLY if the last page of the groupby ends on an odd number page? Or can the M value of 'n of m' be used without using count?
I faxed Seagate the question last week but have not heard back from them.
Thanks