Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page totals
Message
From
20/10/2004 03:51:12
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00952905
Message ID:
00952917
Views:
7
Hi Borislav,

Thanks, it works

Ryan.

>If You run VFP 8 You can use _pagetotal. If You use VFP 6 You must run the report twice. Here it is:
>
>mypagetotal = 0
>REPORT FORM Myreport NOCONSOLE NOPROMP TO FILE Null
>mypagetotal = _pageTotal
>REPORT FORM Myreport
>
>In report Use the variable mypagetotal as STR(_pageno) + "/"+STR(mypagetotal)
>
>
>
>>hi to all,
>>
>>How can i display in my report the total page per page?
>>i used only _pageno
>>
>>TIA
>>Ryan.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform