Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
REPORT FORM using prompt
Message
 
To
02/11/2006 00:48:30
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01166501
Message ID:
01166613
Views:
14
You coulkd try somthing like this

*!* no printer selected jet
IF EMPTY(cPrinter)
cPrinter = GETPRINTER()
ENDIF

SET PRINTER TO NAME cPrinter

REPORT FORM myreport


This way you will not prompt for the printer unless you have not done so allready
B.D.H.
Previous
Reply
Map
View

Click here to load this message in the networking platform