Re: set printer on / ? Style Re****ts: Lines per Inch
by "Beverly Howard [Ms-MVP/MobileDev]" <BevNoSpamBevHoward.com>
Aug 29, 2007 at 02:57 PM
What printer?
In general the answer is yes by using ??? commands... here's a sample
for epson dot matrix
SET PRINTER TO (lblprinter)
??? CHR(27) + "@[EMAIL PROTECTED]
" && reset printer
??? CHR(27) + "3" + CHR(x) && Sets line spacing to x/216 inch
If the printer is hp or PCL, the same is possible using HP codes... been
too long...
....note... no "SET PRINTER ON"
hth,
Beverly Howard