Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The total page of a Report in Report Generating
Message
From
12/01/2001 02:09:08
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
The total page of a Report in Report Generating
Miscellaneous
Thread ID:
00462808
Message ID:
00462808
Views:
71
Dear all,

I generate various report by the "REPORT FORM ...." Commands.

In order to make a footer "Page XX of XXXX", I implement the folowing code to calculate the total page of the report.

:
:
local tpage
report form "TheReport" preview noconsole
tpage=_pageno
report form "TheReport" to print
:
:
inwhich at the report footer I put "Page "+ str(_pageno) + " of "+ str(tpage)
at the bottom of the report

However, I get for example "Page 18 of 17"

How can I fix the bug, or otherwise, implement better coding?



Yours fauithfully,

Ransome
Next
Reply
Map
View

Click here to load this message in the networking platform