Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I print a text file to printer without FILETOSTR()?
Message
De
22/08/2005 07:28:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How can I print a text file to printer without FILETOSTR()?
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01042627
Message ID:
01042627
Vues:
68
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...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform