Hello colleagues,
Above is an old thread that deals with exactly the same issue as I'm having now.
My code:
mpname = GETPRINTER()
SET PRINTER TO NAME &mpname
SET DEVICE TO print
SET PRINTER on
??? chr(27) + "x" + "0" && draft mode
??? chr(27) + "k" + "2" && courier
? "Hello World"
set printer to
The front panel display of Epson does not change, showing 'script' instead of USD or HSD.
Any output after that seems to resemble letter quality, not the draft mode I expected.
And the courier font does not seem to work either.
Help appreciated.
Sending Printer Command from VFP - Microsoft: FoxPro
Hi, I am using EPSON LX-300 (dot matrix printer) to print out invoice report. Using ??? command to send everything out to the printer. Everything work fine unless the font and font size. I put already commands such as SET PRINT FONT TO 'Courier', 8 ??? CHR(15) but they does not affect the...
www.tek-tips.com
Above is an old thread that deals with exactly the same issue as I'm having now.
My code:
mpname = GETPRINTER()
SET PRINTER TO NAME &mpname
SET DEVICE TO print
SET PRINTER on
??? chr(27) + "x" + "0" && draft mode
??? chr(27) + "k" + "2" && courier
? "Hello World"
set printer to
The front panel display of Epson does not change, showing 'script' instead of USD or HSD.
Any output after that seems to resemble letter quality, not the draft mode I expected.
And the courier font does not seem to work either.
Help appreciated.