Hi, All.
At EP AX2012 I have modal window with “Save and close” buttons (at the left top corner (let’s say “TopOk”) and at the right bottom corner(let’s say “BottomOk”)) that are created with property “AutoGenerateEditButton” = true on the form.
The problem is the following: there are two different behavior of the form whether the user clicks TopOk or BottomOk (I expected that they will be working the same, but not). The BottomOk works correct (as expected). And when I press TopOk there are some validations that I couldn’t catch.
Validation could be caused by the following: I have added a AxMultiSection, and one of the AxSection is additional control which has it’s own Dataset (where some of the fields are “Mandatory”), but this AxSection become Edit(true) only if I mark the checkbox (see in red).
The problem is occurs only when the checkbox is unchecked.
So, does anybody experienced ever with similar problem? If no – maybe someone know the sequences of methods called by the TopOk button
*This post is locked for comments
I have the same question (0)