Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding Path and Version of Word in 8.3
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01074376
Message ID:
01074500
Vues:
11
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform