Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Object in nTier
Message
De
19/03/2003 02:05:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00765756
Message ID:
00767398
Vues:
32
>>That error has nothing to do with COM+. aTest isn't defined in your code. >>You need to have that property somewhere...

aTest is defined & dimension as a property of my object in the calling programme:

oTest=CREATEOBJECT("ComPlus.ObjectTest")
oMyObject=CREATEOBJECT("Custom")
oMyObject.AddProperty("aTest[1,1]") <<< aTest Defined here <<<
DIMENSION oMyObject.aTest[2]
oMyObject.aTest[1]="Z"
oMyObject.aTest[2]="Z"
oMyObject=oTest.PopObject(@oMyObject)

If I test the value of aTest within my COM+ object it tells me that aTest is a text variable with value "Z" ??


Gary.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform