C
Corey-g via AccessMonster.com
Hi all,
I thought I had this figured out, but obviously not. I have a login form,
and I was getting tired of always having to tab to the login button. So I
thought I would add events to the password field and the buttons "enter"
events.
Well, much to my surprise, I started to get strange errors as soon as the
form loaded and I started to enter my info. Turns out the enter event isn't
the 'Enter" key, but rather when the focus moves to that control...
So I cleaned up the routine so that it wasn't calling the 'click' event of my
login button, and everything is bavk to where it was. Now I am looking for
another way to implement what I had tried with the 'Enter" event. Basically,
I would like to call my btnClick code when the user presses enter in the
password field.
TIA,
Corey
I thought I had this figured out, but obviously not. I have a login form,
and I was getting tired of always having to tab to the login button. So I
thought I would add events to the password field and the buttons "enter"
events.
Well, much to my surprise, I started to get strange errors as soon as the
form loaded and I started to enter my info. Turns out the enter event isn't
the 'Enter" key, but rather when the focus moves to that control...
So I cleaned up the routine so that it wasn't calling the 'click' event of my
login button, and everything is bavk to where it was. Now I am looking for
another way to implement what I had tried with the 'Enter" event. Basically,
I would like to call my btnClick code when the user presses enter in the
password field.
TIA,
Corey