Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If the Leave event fires before the Closing event of the form, then I'm not sure there is a clean way to do it. I could see doing your validation on a timer and when the Closing event fires, it cancels the timer if it's started, but that would be kind of jicky. When the leave event fires, can you obtain the reference to the control that has the next focus? If so, then you might be able to detect whether the chrome has focus and the form is closing.
|