Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dos printing
Message
From
11/02/2004 06:25:17
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
10/02/2004 18:39:50
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00862326
Message ID:
00876162
Views:
50
instead of "RUN /N PRINT yyyy.txt" another way to print (that also support network printers):
DECLARE INTEGER CopyFile IN kernel32;
	STRING lpSrcFile, STRING lpDstFile, INTEGER bFail
CopyFile("yyyy.txt","lpt1", 0)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform