Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check VFP9 installed
Message
 
À
14/02/2005 02:45:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00986524
Message ID:
00986662
Vues:
22
Try this:
on error ll=.t.
ll=.f.
o=CREATEOBJECT("VisualFoxPro.Application.9")
if ll
   *not installed
else
  ?o.Version
  o.Quit
  o=null
endif
>How could I check VFP9 runtime installed or not from VFP8?
>
>TIA.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform