Question about displaying page numbers on a report
Hi,
i have a TppSystemVariable set to "PageCount" placed on the report's header band. The problem is that when i advance with pages
(e.g. go to page 2) and then go back to previous pages, i have always displayed the maximum page number i have reached ( if i
advance to page #3 and then go back to page #1 and #2, the #3 is displayed on those two pages).
Any suggestions why this happens?
Thanx
i have a TppSystemVariable set to "PageCount" placed on the report's header band. The problem is that when i advance with pages
(e.g. go to page 2) and then go back to previous pages, i have always displayed the maximum page number i have reached ( if i
advance to page #3 and then go back to page #1 and #2, the #3 is displayed on those two pages).
Any suggestions why this happens?
Thanx
This discussion has been closed.
Comments
you need a two-pass report when you need the total pagecount. The total pagecount is unknown until the whole report is generated (or has finished the first pass).
regards,
Chris Ueberall;