M
Marcel K.
When user hits enter button after adding password in text
control for password, the focus goes to the OK (enter
Button). The effect I am trying for here is like logging
onto windows OS, hit the enter button once to logon. All
the validation code is in the click event of the cmdEnter
button. Below - when the button gets focus from hitting
enter key, I want to call the click event to fire up
validation code....does not appear to be working, though
Private Sub cmdEnter_GotFocus()
cmdEnter_Click
End Sub
Regards, Marcel K.
control for password, the focus goes to the OK (enter
Button). The effect I am trying for here is like logging
onto windows OS, hit the enter button once to logon. All
the validation code is in the click event of the cmdEnter
button. Below - when the button gets focus from hitting
enter key, I want to call the click event to fire up
validation code....does not appear to be working, though
Private Sub cmdEnter_GotFocus()
cmdEnter_Click
End Sub
Regards, Marcel K.