Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class VisualFoxPro.Application not found
Message
 
 
To
13/01/2005 22:39:45
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00977041
Message ID:
00977043
Views:
26
This message has been marked as the solution to the initial question of the thread.
>The following line:
>
>
>oNewInstance = CREATEOBJECT('VisualFoxPro.Application')
>
>
>does not work in VFP 9.
>
>It says "Class definition VisualFoxPro.Application is not found".

Works fine for me
oNewInstance = CREATEOBJECT('VisualFoxPro.Application')
? oNewInstance.Version     && 9.0
Try to register VFP9 COM server
VFP9.EXE /regserver
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform