Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hooking business objects together
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01263471
Message ID:
01263944
Views:
11
Craig,

>I have a standard business maintenance form, in here I have a single control that is bound to a different business object, how do I get the form to recognise changes to this second object if the form is being closed for example?

If you register the second business object as a child of the form's primary business object, it will automatically detect changes in both. For example:
this.oOrder.RegisterChildBizObj(this.oOrderDetail);
Best 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
Next
Reply
Map
View

Click here to load this message in the networking platform