Crystal XI
We have a estimate report that when we print it, the page numbering is not in sequence. On an estimate that is 3 pages, for example, the first page could be numbered 1 of 1, the second page may also say 1 of 1, the third page may then list 2 of 3, etc. I have looked at the page footer (PFa) for the page numbering and this is set up as a formula
("sPage")+" "+ToText(PageNumber,0)+" "+("sOf")+" "+ToText(ToTalPageCount,0)
Even if I change this to be one of the special fields and insert Page N of M, the same thing happens.
Note, this is happening with the Report Header (RH) set to Hide. The RH also has the box checked, "Reset Page Numbers After" and the formula of:
Not IsNUll({?@DisplayHeader}) And {?@DisplayHeader}<>0
I'm assuming if this section is set to Hide, this option is ignored. When I un-hide the report header, the page number is correct. We do not want the Report Header to print because these estimates are sent to the customer and they should not see the report parameters that were chosen to run the report.
The Page Header (PFa) does not have suppress checked or any other formulas associated with it.
How do I get the page numbers to print correctly without making the report header visible?
This was originally a canned report that was modified but I don't believe the changes were related to the page numbering.
Appreciate any help.
We have a estimate report that when we print it, the page numbering is not in sequence. On an estimate that is 3 pages, for example, the first page could be numbered 1 of 1, the second page may also say 1 of 1, the third page may then list 2 of 3, etc. I have looked at the page footer (PFa) for the page numbering and this is set up as a formula
("sPage")+" "+ToText(PageNumber,0)+" "+("sOf")+" "+ToText(ToTalPageCount,0)
Even if I change this to be one of the special fields and insert Page N of M, the same thing happens.
Note, this is happening with the Report Header (RH) set to Hide. The RH also has the box checked, "Reset Page Numbers After" and the formula of:
Not IsNUll({?@DisplayHeader}) And {?@DisplayHeader}<>0
I'm assuming if this section is set to Hide, this option is ignored. When I un-hide the report header, the page number is correct. We do not want the Report Header to print because these estimates are sent to the customer and they should not see the report parameters that were chosen to run the report.
The Page Header (PFa) does not have suppress checked or any other formulas associated with it.
How do I get the page numbers to print correctly without making the report header visible?
This was originally a canned report that was modified but I don't believe the changes were related to the page numbering.
Appreciate any help.