Hi all,
I have a procedure that will execute on a "on exit" event, but I only want it to fire when you exit by hitting the Tab button. I don't want it to fire when focus is lost by hitting Shift+Tab or by clicking a different control.
Any suggestions?
Thanks.
DuckNut
I have a procedure that will execute on a "on exit" event, but I only want it to fire when you exit by hitting the Tab button. I don't want it to fire when focus is lost by hitting Shift+Tab or by clicking a different control.
Any suggestions?
Thanks.
DuckNut
Comment