Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't get MS Word PrintPreview into a Wait State
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Can't get MS Word PrintPreview into a Wait State
Divers
Thread ID:
00400059
Message ID:
00400059
Vues:
66
Hi:

oWord = CREATEOBJECT("word.application")
oDocument = oWord.Documents.Open("c:\MyDocument.doc")
oDocument.PrintPreview()
*
* PrintPreview shows briefly then Word closes
*

oDocument.Close(wdDoNotSaveChanges)
oWord.Quit(wdDoNotSaveChanges)

How do I get a wait state?

Thanks!
Répondre
Fil
Voir

Click here to load this message in the networking platform