I have a form that has fields (textfields, checkboxes, comb boxes etc) hooked up to a Control Binding Manager. When the user clicks a toolbar button 'Save and Close' the form calls the Save routine of the controller class.
Is there any way to tell what was the last edited field on the form at the time the 'Save' button is called? I would like to take that field out of edit mode programmatically. Right now, I have the client move off the last edited field but I hate that.
If the answer is no, can anyone show me some code to loop through the form and move each field out of edit mode?
Bill