Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I don't think you need the "Handles Me.CheckRulesOnCurrentRow" on the end of that because we're explicitly adding a handler to the event in the AddHandlers method. It's most likely an initialization problem... if you add a handler to the ParentFormLoading event of the business object, does it reach that method? Are you dropping the HdrBO on the form, or are you dropping it on the user control? The ParentContainer property on the business object should be set within the InitializeComponent() method, so you shouldn't have to set it twice...
|