Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you determine the last page of the report?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00396436
Message ID:
00396982
Views:
27
I generally put a a Textbox with the following in the footer

IIF(RecNo() = RecCount(), "Page " + STR(_PAGENo) + "of " + STR(_PAGENo), ;
"Continued on Page " + STR(_PAGENo+1) )
Previous
Reply
Map
View

Click here to load this message in the networking platform