Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dos like printing from in foxweb
Message
De
01/09/2005 01:08:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Divers
Thread ID:
01044888
Message ID:
01045738
Vues:
17
If you want to print a text file to printer you can try this code:
yourprintername=GetPrinter()
SET PRINTER TO NAME (yourprintername)
SET PRINTER ON
SET CONSOLE OFF
SET MEMOWIDTH to 255
??FILETOSTR('yourfilename')
SET PRINTER OFF
SET CONSOLE ON 
SET PRINTER TO 
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform