Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print a file
Message
 
To
05/04/2001 09:29:38
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00492304
Message ID:
00492315
Views:
14
You can use the COPY FILE command:

COPY FILE MyText.TXT TO LPT1 (or other port)
this way you skip the priter driver.


other way:

cFileStr = FileToStr("MyText.TXT")

SET PRINT ON PROMPT
SET CONSOLE OFF
? cFileStr
EJECT
SET PRINT OFF
SET CONSOLE ON
this way print via spooler.


HTH


Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform