Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class VisualFoxPro.Application not found
Message
 
 
À
13/01/2005 22:39:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00977041
Message ID:
00977043
Vues:
27
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform