Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Don't want Word to prompt for printer
Message
De
01/03/2001 02:15:11
 
 
À
28/02/2001 19:19:01
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00480803
Message ID:
00480843
Vues:
8
Larry

You can use background printing using your Word object, for example:

goWord = createobject('Word.Application')
goWord.Wordbasic.AppHide
goWord.Wordbasic.FileOpen('C:\MyDocument.doc')
goWord.Wordbasic.Options.Printbackground = .T.
goWord.Wordbasic.Fileprint()
goWord.Wordbasic.AppShow
release goWord
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform