Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing child rows for current parent row
Message
 
To
23/08/2005 07:42:42
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01042854
Message ID:
01043105
Views:
7
This message has been marked as the solution to the initial question of the thread.
Andrew,

>Does anyone know how to get a child businessobject to run its hookparentnavigating (or equivilant) method in code? I am currently creating an xml file from some data and to do this I use a parent-child businessobject arrangement.
>
>What I need is this : when I am working on a row on the parent, then the rows belonging to that parent row should be avaliable in the child business object's dataset. Currently I can only find the child rows from the first parent row.
>
>I currently work on the parent rows like this :
>
>foreach(DataRow row in bizObj.GetCurrentDataSet().Tables[bizObj.CurrentTableName].Rows){
>
>// need to get a handle on the child rows for the current DataRow
>
>}
>
>My appologies if this has been covered before but I cannot find any solution to it.

The parent business object can raise the Navigating StateChange event which automatically fires the child object's HookParentNavigating method. For example:
this.CallStateChange(mmBusinessState.Navigating);
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform