Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Know how many pages in Report?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01213476
Message ID:
01214628
Views:
15
if you need to put on your report something like: Page 1 of 8 then use the last solution (_pagetotal from Edward Pikman) and put a textbox with these inside:
"Page",allt(str(_pageno)),"of",allt(str(_pagetotal)) 
look the _pagetotal variable on it. you don't need to run the report, but remember only if you're running vfp 9 if you're using vfp 7 _pagetotal doesn't exists.
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform