G
Guest
Hello,
I have a simple form to change a password, asking the user for current
password, new password, and confirm new password, in the form detail section.
In the form footer section, I have an OK and CANCEL button.
When the user tabs from the confirm password text box, I'd like the cursor
to tab to the footer section, specifically to the OK button.
I guess I could put code in the ON EXIT event, but how would I account for a
reverse tab (SHIFT-TAB) as opposed to just the TAB key?
Any ideas how to do this?
Thanks,
I have a simple form to change a password, asking the user for current
password, new password, and confirm new password, in the form detail section.
In the form footer section, I have an OK and CANCEL button.
When the user tabs from the confirm password text box, I'd like the cursor
to tab to the footer section, specifically to the OK button.
I guess I could put code in the ON EXIT event, but how would I account for a
reverse tab (SHIFT-TAB) as opposed to just the TAB key?
Any ideas how to do this?
Thanks,