I have a ListView which calls a ChildForm with a child BO which I would like to control the saving and broken rules on the childform. I have the following code in the Save button of my ChildForm:
The problem is that the broken rules are not shown in the form and the form is released, but in the parent form the childbo state is Editing.
How can I accomplish having control on the ChildForm to Save/Undo the data and when returning to the Parent Form not worrying about the childBO state?