Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'New child on new parent' not working
Message
From
15/05/2002 11:09:51
Bill Breay
Custom Business Software
Arvada, Colorado, United States
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00655885
Message ID:
00656931
Views:
16
Kevin

>OK...at the point where the child object in question is registered with the parent business object...do you see the code that adds a new instance of RefBizObj to the business object?


if you are refering to the following code:

in 'ProcessBizObj' method
loParent = This.RefBizObj.Get(lnParent)
loParent.RegisterChildBizObj(toBizObj)

and

in 'RegisterChildBizObj' method
This.RefBizObj.Add(toChild)
toChild.oParentBizObj = This

Yes it does process all this code. And the array aChildren has been updated with the name, class etc. of the child bizobj.

Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform