Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page count on report.
Message
From
25/12/1996 00:43:16
 
 
To
23/12/1996 18:23:50
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00015894
Message ID:
00015973
Views:
28
>At 18:19 23/12/96 -0500, you wrote:
>>You could print into file, count last page and then print again into report
>>form.
>
>What's the operation to do to count the last page?

I think you can take the _pageno after you run the report for the forst time. I believe this variable is reset only when you start a new report.

If this is not working, try:

public NoOfPages
NoOfPages=0
report form ....

and define a variable in the report with the same name and Value_To_Store and Initial_Value equal to _pageno.

Be sure you don't check the checkbox for Release_After_Report. Probably you don't need to define this variable before the report, but just in case...

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform