Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any command for total page ?
Message
 
To
14/04/2003 08:37:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00777114
Message ID:
00777731
Views:
7
>HI Nicholas
>
>There is no way in VFP 5,6,7 but u can done it by this way
>
>Set the TOTALPAGENO as Public Variable
>
> Report form rptrun to x.prn Noconsole
> TOTALPAGENO=_PAGENO
> ERASE x.prn
> Report form rptrun to Print Prompt Noconsole

You can also leave out the "to x.prn" to avoid having to erase the temp file. Saves good time:
Report form rptrun Noconsole
TOTALPAGENO=_PAGENO
ERASE x.prn
Report form rptrun to Print Prompt Noconsole
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform