Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Total Page # Problem
Message
From
12/05/2000 00:57:25
 
 
To
12/05/2000 00:50:19
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00368945
Message ID:
00368946
Views:
13
I using following code to get the Total Page No of report :


mpagetot = 0
REPORT FORM stkval1 NOCONSOLE
mpagetot = _pageno
REPORT FORM stkval1 TO PRINTER PROMPT PREVIEW


But problem is the total page of mpagetot is not correct.

I try to change the code as

mpagetot = 0
REPORT FORM stkval1 NOWAIT
mpagetot = _pageno
REPORT FORM stkval1 TO PRINTER PROMPT PREVIEW

Then the Total Page No is OK.

What is the problem?

Thank in Advance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform