Page count incorrect
Page count incorrect
Have a report where there are 3 physical pages, but LASTPAGE() returns 2. Version 10.1.003. Ideas?
=> RE: Page count incorrect
Does the report contain a record band line?__Are you also printing a pageno() field on the report?____Kathleen__R&R Support
==> RE: Page count incorrect
>Does the report contain a record band line? __>Are you also printing a pageno() field on the report? __>__>Kathleen __>R&R Support ____Pageno() is being printed on the page - ltrim(rtrim(str(page())))+" of "+ltrim(rtrim(str(lastpage()))). There is no record band line in the report. I inserted one for testing and Lastpage() is now correct. However, I don^t want to print a record band.
===> RE: Page count incorrect
Try adding a logical condition that will never be true to the record band (so it exists but never really prints) and see if that helps.____Kathleen__R&R Support
====> RE: Page count incorrect
Using a logical field to control printing of the record band did not work, for both True and False conditions. Another idea?
=====> RE: Page count incorrect
Any additional ideas?
======> RE: Page count incorrect
If you want to email the report file to me, that might help.____Kathleen__R&R Support__livesupport@livewarepub.com