Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I'm not sure on this one, Thomas. It looks like there is a setting on the business object that might be undoing or clearing the business object when the child form closes. I would try adding some event handlers to the business object to see if you can catch what the stack trace is when the DataTable is changing. Try adding an event to the CurrentDataTableChanged event and put a break point there. Then maybe BusinessRulesChecked, or BeforeUndo or one of those. IsDirtyChanged would also be good since that will have to fire when the BO goes back to having no records, it won't be dirty any more. If you can find out what the stack trace is when it's changing the BO, we can walk backwards to figure out what's clearing it out.
|