Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dos printing
Message
De
11/02/2004 06:25:17
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
10/02/2004 18:39:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00862326
Message ID:
00876162
Vues:
52
instead of "RUN /N PRINT yyyy.txt" another way to print (that also support network printers):
DECLARE INTEGER CopyFile IN kernel32;
	STRING lpSrcFile, STRING lpDstFile, INTEGER bFail
CopyFile("yyyy.txt","lpt1", 0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform