Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
. b(^_^)d How to print it out.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00122590
Message ID:
00123315
Views:
20
>While i coding as below : REPORT FORM INV_FORM TO INV_RPT
>That will create a file name : INV_RPT
>I want to know how can i print the document from INV_RPT.

One way is to
COPY FILE inv_rpt TO LPT1 &&or some other printer connection than LPT1
Using the REPORT FORM syntax this way (printing to file first, then sending file to printer) is usually only needed on a machine that has no printer readily available. If you do have a printer readily available, you can use
REPORT FORM INV_FORM TO PRINT
HTH
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform