Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem in Type command
Message
De
26/04/1997 13:30:55
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
26/04/1997 11:12:38
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00029779
Message ID:
00029788
Vues:
25
>I am trying to print a text file, through print command, I am writing this code :-
>
>set headings off
>type temp.txt to printer prompt
>set headings on
>
>Set headings off, supresses the date and time print + filename and no page eject, but the output of the file is displayed on screen also.
>
>Is there a way I can stop this thing ??? Or if somebody can tell me a better way to print Text files ???

TRY...
set headings off
set console off
type temp.txt to printer prompt
set headings on
set console on
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform