Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AddObject and OLE Automation classes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
AddObject and OLE Automation classes
Divers
Thread ID:
00059265
Message ID:
00059265
Vues:
108
I created an OLE Automation DLL that has one public OLE class. If I do the following, I get "Object class is invalid for this container."

This.AddObject("oTest", "FoxOle.Test") && This is a form object

I am allowed to do this which works:

oTest = CREATEOBJECT("FoxOle.Test")

Can I use AddObject to add an OLE Automation class? Below is an excerpt from VFP's on-line help for AddObject:

Syntax

Object.AddObject(cName, cClass [, cOLEClass] [, aInit1, aInit2 ...])

Arguments

cName Specifies the name used to reference the new object.
cClass Specifies the class of the object to add.
cOLEClass Specifies the OLE class of the object to add.
aInit1, aInit2 Specifies parameters passed to the Init event of the new object.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform