cancel
Showing results for 
Search instead for 
Did you mean: 

The duplex issue in the Crystal report

Former Member
0 Kudos

I am developing Purchase Order print document. <p class="MsoNormal">I have a Crystal Reports 9 for Visual Studio .NET.</p> <p class="MsoNormal">My program prints set of the P/Os and each of metioned P/O has its own Terms and Condition Information.(one-two pages of text information saved in Memo field).</p> <p class="MsoNormal">&nbsp;</p> <p class="MsoNormal">My crystal report's structure is following:</p> <p class="MsoNormal">&nbsp;</p> <p class="MsoNormal">Group1 Header: unique PO number; group header is printing on each page, it is only suppressed if the Terms and Condition Information is printed</p> <p style="text-indent: 0.5in" class="MsoNormal"><span> </span>Details a: Some client information;</p> <p style="text-indent: 0.5in" class="MsoNormal"><span> </span>Details b: Details for PO, for example Ship information;</p> <p style="text-indent: 0.5in" class="MsoNormal"><span> </span>Details c: Subreport with Detail lines for PO;</p> <p style="text-indent: 0.5in" class="MsoNormal">&nbsp;</p> <p style="text-indent: 0.5in" class="MsoNormal">...</p> <p style="text-indent: 0.5in" class="MsoNormal">Details l: Summary amount Information for whole PO;</p> <p style="text-indent: 0.5in" class="MsoNormal">Details k: Terms and Condition Information; it is printed on separate page</p> <p class="MsoNormal">&nbsp;</p> <p class="MsoNormal">Grout 1 Footer; there is a signature line for PO</p> <p class="MsoNormal">&nbsp;</p> <p class="MsoNormal">&nbsp;</p> <p style="text-indent: 0.5in" class="MsoNormal">Could you please advise me if it possible and how to print Terms and Condition Information (Details k part) on each even page?<br /> Or maybe I need change structure of report?</p><p style="text-indent: 0.5in" class="MsoNormal">&nbsp;</p> <p style="text-indent: 0.5in" class="MsoNormal">For example, I have PO that takes 3 pages and Terms and Condition Information takes 1 page. So, I would like to have report with 6 pages wit 3 duplex pages:</p> <p style="text-indent: 0.5in" class="MsoNormal">&nbsp;</p><p style="text-indent: 0.5in" class="MsoNormal">1: PO page 1;</p> <p style="text-indent: 0.5in" class="MsoNormal"> Terms and Condition</p> <p style="text-indent: 0.5in" class="MsoNormal">&nbsp;</p> <p style="text-indent: 0.5in" class="MsoNormal">2: PO - continue<span> </span>page 2;</p> <p style="text-indent: 0.5in" class="MsoNormal"> Terms and Condition</p> <p style="text-indent: 0.5in" class="MsoNormal">&nbsp;</p> <p style="text-indent: 0.5in" class="MsoNormal">3: PO - continue<span> </span>page 3;</p> <p style="text-indent: 0.5in" class="MsoNormal"> Terms and Condition</p> <p style="text-indent: 0.5in" class="MsoNormal">&nbsp;</p>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Conditionially suppress the section using Remainder(PageNumber,2) = 1. That should suppress it for odd pages. If it doesn't, try the opposite. :) Make sure the section is at the same level as your PO grouping as we will need to have it repeat with each PO.

    - Kathryn Webster (Report Design Consultant)
          Kat&#39;s News: http://diamond.businessobjects.com/blog/279


Answers (0)