Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I print a text file to printer without FILETOSTR()?
Message
From
22/08/2005 07:28:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How can I print a text file to printer without FILETOSTR()?
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042627
Message ID:
01042627
Views:
69
I try to print a text file with this procedure:

cPrinter = GETPRINTER()
IF NOT EMPTY(cPrinter) && Printer selected
lsOldDefault = SET("Printer",2)
SET PRINTER TO NAME (cPrinter)
SET PRINTER ON
SET CONSOLE OFF
?? FILETOSTR(YourFile)
SET PRINTER TO NAME (lsOldDefault)
SET PRINTER OFF
SET CONSOLE ON
ENDIF

but in text file I have line with 80 char length and on the page printed result lines with 37char length.
how can I fix that?

Thank's
Andrei

PS: Sorry about my english...
Next
Reply
Map
View

Click here to load this message in the networking platform