chriscwiek wrote:
In the IMMCustomFieldEditor.Commit property, I want to keep focus on the custom editor until valid data has been entered. Currently, the user can click on another attribute on the ArcFM attribute editor and the custom editor unconditionally exits. I tried event handlers on usercontrol.leave and textbox.leave with no success. Any suggestions would be appreciated.
I have not tried this, but I'm not sure it's even possible. If you really wanted to do this you could try loading a Modal form when they start to edit the field, that would surely stop them from going anywhere else. I'm not sure how this would be received by the user however, they might not like being forced into doing something....