Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RTF
Message
 
À
13/06/1998 01:00:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Re: RTF
Divers
Thread ID:
00107806
Message ID:
00107918
Vues:
16
This automation code I posted is missing one important line.
Use this instead:

oWord = Createobject("word.application")
printername = getprinter() && if you need to select a printer
If !Empty(printername)
With oWord
.documents.open(getfile())
.activeprinter = printername
.Printout
EndWith
EndIf
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform