Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check VFP9 installed
Message
 
To
14/02/2005 02:45:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00986524
Message ID:
00986662
Views:
23
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform