Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A problem with the Report Form command (VFP 5)
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
A problem with the Report Form command (VFP 5)
Miscellaneous
Thread ID:
00062659
Message ID:
00062659
Views:
86
I have a form on which I have placed a button which is supposed to display a preview of a report. I have another button which prints the report.

The "Print" button works just fine, building the tables the report uses, bringing up the printer selector dialog box, and printing the report.

The "Preview" button, however, has a problem. The preview never is displayed.

This worked for a little while, but has recently stopped working, for reasons unknown to me. Both buttons use the same call to the print program, only the preview button passes a "1" and the print button passes a "2" to be used as the PrintFlag. I've displayed the code below. Any suggestions on why this no longer works would be appreciated.


IF PrintFlag = 1
REPORT FORM orderport NOCONSOLE PREVIEW
ELSE
REPORT FORM orderport NOCONSOLE TO PRINTER PROMPT
ENDIF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dale Marshall
San Antonio, Texas
Next
Reply
Map
View

Click here to load this message in the networking platform