Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Word 6, 7, or 8???
Message
De
08/01/1999 09:26:18
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
À
08/01/1999 07:48:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00173965
Message ID:
00173995
Vues:
31
>Hello.
>
>I'm using MSWord to create some reports. And I'm having
>a bit of problem with MSWord basic vs MSWord VBA.
>I need to know what version of MSWord is installed on
>every machine my app runs on.
>It must run with MSWord 6, 7 and 8.
>Everything is working except the version check.
>There is a func called word.application.version but it only
>works with MSWord 8. I have tried word.basic.version but there is
>no func called that in basic.
>
>So what I need is a func that will determine if it's MSWord 6, 7 or 8,
>or both.
>
>/Magnus

I used this, after I opened Word:
jcWordVers=oWordObj.AppInfo(2)
I then checked the VAL(jcWordVers). I believe this works in any version.
Elyse Pomerantz
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform