Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page _ of _
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01133843
Message ID:
01133850
Views:
17
>Scott
>
>This seems to be one of the most common requests.
>
>First include a var in the report at:
>
>'Page ' + alltrim(str(_pageno)) + ' of ' + alltrim(str( lnEndPage))
>
>Then do
>
>Report Form rptYourReport NOCONSOLE && Note no output
>lnEndPage = _pageno && will now hold last page no.
>Report Form rptYourReport ... && the actual desired report
>
>Later VFP (8 onwards I think) has an _endpage (or similar) report var
>
>HTH
>
>Terry

I's a _PAGETOTAL system variable. BTW, I think there is a bug if this variable is included in the report. When you try to print the report, there is no way to Cancel its execution pressing Cancel button on the printing window.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform