Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select page to print
Message
From
20/05/2001 02:29:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Select page to print
Miscellaneous
Thread ID:
00509177
Message ID:
00509177
Views:
50
In allowing my users to select page number to print a report,
I had tried to obtain the past page number by including
the following statements in the init event of the form:
REPORT FORM MyReport TO SCREEN NOCONSOLE
lastPage = _pageno

Every time the report is printed. The init event would execute
the above but the following message appeared:

"Screen.txt already exists, overwrite it ? Yes/No"

My Q's are:
1. Can I get away without this appearing every time the above
REPORT command is executed?

2. Where is the best place to put this REPORT FORM NOCONSOLE
statement so that I don't have to re-generate the past page everytime
I print the report.

3. Is there a more appropriate (or simple) way to obtain the last page
than the REPORT command ?

Thanks for any help in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform