Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word automation detecting save messagebox
Message
From
27/08/2003 11:35:56
 
 
To
27/08/2003 04:41:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00823534
Message ID:
00823801
Views:
25
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()
Previous
Reply
Map
View

Click here to load this message in the networking platform