Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print ascii file ???
Message
De
22/07/1997 18:37:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00041223
Message ID:
00041232
Vues:
30
The simpliest way:
COPY FILE YourFile TO PRN (or LPT1 or LPT2 or LPT3)

As far as I remember (there are a few years since I used TYPE command for the last time), TYPE is using the VFP print variables. So look at _LMARGIN in the help. You may need to to do _LMARGIN = 0. But COPY FILE is better I think.

Vlad

>Hi guys,
>
>I used VFP5.0a and i have to print a ascii file to a printer. i tried the TYPE command with the set headings off but the TYPE command had some space caracter at the end of each line. Do you have a idea why or a other suggestion to try
>
>Thank's in advance
>Rocky Boy...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform