Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
?? & ??? issue with printer,which is best
Message
From
10/03/2004 03:20:41
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
09/03/2004 20:53:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00884349
Message ID:
00884739
Views:
10
try that:
set prin to xxx.txt
set prin on
set cons off
??chr(27)+chr(83)+chr(1)
set prin to
set cons off

DECLARE INTEGER CopyFile IN kernel32;
	STRING lpSrcFile, STRING lpDstFile, INTEGER bFail
CopyFile("xxx.txt","prn", 0)
that works good.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform