Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Urgent ! I need to print faster reports
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00222728
Message ID:
00223091
Views:
17
I have made all my reports this way, because we need faster reports; many people say it's the hardest way to do it, but it's the faster to.

Try this:

*if this line don't work try SET PRINTER TO NAME PrinterName
SET PRINTER TO PrinterName
SET DEVICE TO PRINTER

* Configure Printer, thinking is dot matrix and needs to compress
??? CHR(27) + CHR(15)

* put your Foxpro 2.x code
...
@ nLine, nCol SAY X
...

*Eject for any Printer
@ PROW, 000 SAY CHR(12)

SET DEVICE TO SCREEN
SET PRINTER TO

*And That's All

*may be You'll need to install the printer as Generic Text
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform