Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding object to another object
Message
From
15/11/2001 23:30:54
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00582471
Message ID:
00582548
Views:
32
>>>>If I create a custom object, I can easily use AddObject() to add another object to that object. But, when my object is from another object, the ability to use AddObject() is not supported. How can I bind another object in that case?
>>>
>>>AFAIK, almost all base classes support Addproperty method. You can use it to store a reference to another object.
Myobject.Addproperty("oOtherObject", NewObject( "OtherObject", "SomeClasslib"))
>>
>>That is also not supported.
>
>No, but this is.
>local lotmp
>lotmp = NewObject( "OtherObject", "SomeClasslib")
>Myobject.Addproperty("oOtherObject", lotmp)
>
>The combination of two functions that create new items throws VFP into a spin.

Despite the fact that this may work with regular Visual FoxPro components, when the object is MSSoap, it doesn't work.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform