Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
REPORT form problem on Win9x/Win NT 4
Message
From
20/03/2000 05:36:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
REPORT form problem on Win9x/Win NT 4
Miscellaneous
Thread ID:
00347787
Message ID:
00347787
Views:
47
Hi,

I had an vfp5a written application with visual studio 97 service pack 3 installed. The application just extract and print preview the report before printing out.

However, when the user print preview, close the preview report, with the printer option show and chose to print, my application form will be 'fill' with the print review display. It actually fill it with
the report listing and I can still see the form control with it too.
I had tried to refresh/minimun the form but in vain. It happened on Win95/98 and WinNT 4 OS too. Please advise me how to solve this
problem. Thank you


My code is listed below. I had 03 report command cause I want
to get the total numbers of pages first

* for preview us only if user choose this option
REPORT FORM frtLate PREVIEW

* to get the total no of pages
REPORT FORM frtLate NOCONSOLE TO PRINTER PROMPT
gTotalPage = _PAGENO

* to output to printer
REPORT FORM frtLate TO PRINTER
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform