This is by design? I am using 3rd Qtr 2007 build. My controls are set to readonly, but the On Edit events are firing. I have to set each control on BeforeEditStart event to cancel.
If this is normal, what is the best way to capture and handle the final change in a control after edit AND only after the value has changed? The Validate events fire whether this is an edit or not.
Thanks
Exactly what event are you referring to?
BeforeEnterEditMode through to AfterExitEditMode. These fire even in ReadOnly, why does it start to go into edit? The validation events also fire.
I am just trying to find the best event that will simply tell me this field has changed (not the text changed on every key stroke). I do not want to disable the controls owing to visual effects.
Thanks.