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:
01266904
Views:
10
Hi Kevin,

Where should I place this call - in the Constructor?
and do I need to do anything special for the save operation - I am using the mmButtonSave class and the parent info is saved but the child info isn't.

I have the following in the constructor:

this.oClient = (Client)this.RegisterPrimaryBizObj(new Client());
this.oPerson = (Person)this.RegisterBizObj(new Person());
this.oClient.RegisterChildBizObj(this.oPerson);
InitializeComponent();
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform