Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print a file
Message
 
À
05/04/2001 09:29:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00492304
Message ID:
00492315
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform