GolfNFool18
Programmer
All,
I have a report that a customer has started and is having some problems. I am trying to help them without re-designing the report.
Their need was to print a Terms and Conditions Text box on the back of each page of their Purchase Order. They had already created three page headers. One to print on the first page, the second page header is for all remaining pages of the PO except for the reverse page which is the third page header which contains the Terms and Conditions text box. At first they didn't have this working at all. So...
I had place the following formulas in the Section Expert - Suppress formulas..
Page Header A (Page header for 1st page of PO):
PageNumber <> 1 or Remainder(PageNumber,2) = 0
Page Header B (Page header for all succeeding PO Pages):
PageNumber = 1 or Remainder(PageNumber,2) = 0
Page Header C (Page Header for T&C to print on all Odd pages):
PageNumber > 1 or Remainder(PageNumber,2) = 0
This is working fine except for one problem.. The T&C doesn't print on the back of the last PO page because Crystal sees the last page of the PO thus not needing to have another page where the T&C would print.
Any suggestions on how to get the extra page for the additional page header or T&C to print on the back of the last PO page. I hope I haven't been to wordy, and that I have given a clear picture of what is being attempted.
Thanks,
GolfNFool
Troy
I have a report that a customer has started and is having some problems. I am trying to help them without re-designing the report.
Their need was to print a Terms and Conditions Text box on the back of each page of their Purchase Order. They had already created three page headers. One to print on the first page, the second page header is for all remaining pages of the PO except for the reverse page which is the third page header which contains the Terms and Conditions text box. At first they didn't have this working at all. So...
I had place the following formulas in the Section Expert - Suppress formulas..
Page Header A (Page header for 1st page of PO):
PageNumber <> 1 or Remainder(PageNumber,2) = 0
Page Header B (Page header for all succeeding PO Pages):
PageNumber = 1 or Remainder(PageNumber,2) = 0
Page Header C (Page Header for T&C to print on all Odd pages):
PageNumber > 1 or Remainder(PageNumber,2) = 0
This is working fine except for one problem.. The T&C doesn't print on the back of the last PO page because Crystal sees the last page of the PO thus not needing to have another page where the T&C would print.
Any suggestions on how to get the extra page for the additional page header or T&C to print on the back of the last PO page. I hope I haven't been to wordy, and that I have given a clear picture of what is being attempted.
Thanks,
GolfNFool
Troy