Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System Variable for Total No. of Pages?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00507933
Message ID:
00507944
Views:
19
Chuck,

You should run report twice to get the number of pages.
Like:
lnPageCnt=1
report form ... to file ...
lnPageCnt=_pageno
report form ... to printer


>>>>>>>>>>>>>>>>>>>>...your message below

Is there a system variable for the total number of pages in a report?

Such that you could have an expression something like:



"Page " + ALLTRIM(STR(_pageno)) + " of " + ALLTRIM(STR(_)


TIA, Chuck
Previous
Reply
Map
View

Click here to load this message in the networking platform