Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding Path and Version of Word in 8.3
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01074376
Message ID:
01074500
Views:
10
>Is there a way to find with VFP the version and the path in 8.3 of the current Word program installed on the computer?


Hi Raymond,

You can use code from Re: Is Word/Excel installed Message #566432 with slight modification to return Word path than query Word for version.
IF CheckServer("Word.Application")
  oWord = CREATEOBJECT("Word.Application")
  ? oWord.Version
  oWord.Quit()
  ...
ENDIF
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform