Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Confirming Existence
Message
From
16/06/2010 18:24:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Confirming Existence
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01469323
Message ID:
01469323
Views:
112
From within VFP, I simply want to confirm whether or not Word is installed. Obviously I can do so with --

TRY
oWord = CREATEOBJECT("Word.Application")
CATCH
oWord = NULL

-- and then VARTYPE().

Is there a better way?

TIA,
-m.
Next
Reply
Map
View

Click here to load this message in the networking platform