Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I have a form that has two BOs on it. One is a parent, the other is a child, however I've turned this off (the child BO's parent BO property is cleared and I've also set the filter child records property to off on the parent).
I have a maintenance toolstrip for the primary BO and a set of buttons to manage the editing of the secondary bo. The maintenace toolstrip works as expected when I use it. However, whenever I edit the secondary bo via the Edit method, the Save and undo buttons become enabled on the maintenance tool strip, the edit,new and remove are still enabled and the primary 2data isn't editable. When I undo or save the secondary bo, again the save/undo buttons on the maintenance toolstrip are disabled.
Any Ideas as to whats wrong here?
|