Hi Folks
Quick question: I have a login window where the user types in a user name and password, and nost of the users are used to hitting the return key on finishing typing the password and having the form execute as though the OK button was pressed.
I looked in Help and found that the Return key is not handled by the keyup event on a textbox, but that there is a way of overriding this behavior. Of course there is no example. Can someone explain to me how I can set things up so a return key press (KeyUp or similar) will trigger a procedure or the click event of a button?
Thanks!
CraigHartz
Quick question: I have a login window where the user types in a user name and password, and nost of the users are used to hitting the return key on finishing typing the password and having the form execute as though the OK button was pressed.
I looked in Help and found that the Return key is not handled by the keyup event on a textbox, but that there is a way of overriding this behavior. Of course there is no example. Can someone explain to me how I can set things up so a return key press (KeyUp or similar) will trigger a procedure or the click event of a button?
Thanks!
CraigHartz