Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'Object class is invalid for this container' Error
Message
De
25/10/2001 10:09:54
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00573157
Message ID:
00573164
Vues:
22
>Hi,
>I´m adding an COM Server (DLL) to a form, by this code at run time:
>thisform.addObject('loCir','circuitos.circuito')
>And it gives me exactly this error:
>'Object class is invalid for this container'
>
>The DLL is correctly registered. Custom class is its parent, and only has a few methods.
>What am I doing wrong?
>
>Thanks,
>Ibai

You can put it in a custom property of the form:
Thisform.myProperty = CreateObject("circuitos.circuito")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform