Hello All,
environment
WinXP/Win2000 Prof
PC/CC 4.04
Generic Printer redirected to file
this works
wordpad
select font Courier New
input "some text"
print to "Generic Printer"
file created and filled with text
this won't
XPRINT ATTACH "Generic Printer" ' OK
XPRINT FONT "Courier New", 10, 0 ' OK
XPRINT "some text" ' Error 57 - no output, empty file
above code used for HP LaserJet on LPT1 on the same computer works like expected.
above code used on other computers works like a charm
Any idea what would raise error 57 while using XPRINT "text" ?
Thank you
-Uwe
environment
WinXP/Win2000 Prof
PC/CC 4.04
Generic Printer redirected to file
this works
wordpad
select font Courier New
input "some text"
print to "Generic Printer"
file created and filled with text
this won't
XPRINT ATTACH "Generic Printer" ' OK
XPRINT FONT "Courier New", 10, 0 ' OK
XPRINT "some text" ' Error 57 - no output, empty file
above code used for HP LaserJet on LPT1 on the same computer works like expected.
above code used on other computers works like a charm
Any idea what would raise error 57 while using XPRINT "text" ?
Thank you
-Uwe
Comment