Is there a lost Focus or anything event for a form?
I dont like a timer checking every single milisecond to see if the form has the focus or not, so is there a lost_focus event hopefully?:rolleyes:
Printable View
Is there a lost Focus or anything event for a form?
I dont like a timer checking every single milisecond to see if the form has the focus or not, so is there a lost_focus event hopefully?:rolleyes:
Try the Leave event. :cool:
doesnt work:confused:
Leave should occur when the input focus leaves the control.
I have tested this event on my system and it seems to work fine for me. :D
Is there something special you are doing?
well, I'm talking about a form , not a control
:confused:
Try Deactivate :D
worked:D