Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word automation detecting save messagebox
Message
De
27/08/2003 11:35:56
 
 
À
27/08/2003 04:41:56
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00823534
Message ID:
00823801
Vues:
24
the reason I was using getobject() first was I was getting an error message if word was already open and I tried to use createobject(). basically, I do the following

oword=getobject(,"word.application")
if type("oword") # "O" or type("oword.name") # C
oword = createobject("word.application")
endif

I will check out the other posts about not using getobject()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform