Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dos like printing from in foxweb
Message
From
01/09/2005 01:08:05
 
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Miscellaneous
Thread ID:
01044888
Message ID:
01045738
Views:
20
If you want to print a text file to printer you can try this code:
yourprintername=GetPrinter()
SET PRINTER TO NAME (yourprintername)
SET PRINTER ON
SET CONSOLE OFF
SET MEMOWIDTH to 255
??FILETOSTR('yourfilename')
SET PRINTER OFF
SET CONSOLE ON 
SET PRINTER TO 
Previous
Reply
Map
View

Click here to load this message in the networking platform