Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Child Business Object Not Responding
Message
De
26/07/2003 23:04:10
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Child Business Object Not Responding
Divers
Thread ID:
00813860
Message ID:
00813860
Vues:
42
I have a Parent BO oClient that I've registered a Child BO oClintIDNumbers with using the following code in the new sub of my form.

Me.oClient = CType(Me.RegisterPrimaryBizObj(New Client), Client)
Me.oClientList = CType(Me.RegisterBizObj(New ClientList), ClientList)
Me.oClintIDNumbers = CType(Me.RegisterBizObj(New ClientIDNumbers), ClientIDNumbers)
Me.oClient.RegisterChildBizObj(Me.oClintIDNumbers, "tblClientIDnumsCi")

When I call a Function on the parent oClient to populate the dataset it isn't fireing the HookParentRetrieved sub on the Child. Is there something else that I need to do to setup the parent-child relationship in the BizObjects?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform