View Full Version : The ENTER Key and Forms


Sorrells
03-29-2001, 07:57 AM
Hello,

I have an interesting problem in that my forms are set up for tabbing through but the application is available to a large number of users, many of whom cannot easily be weaned off using the ENTER key. I do not know how to trap the problem when they do this but it is kicking them out of the form and back to the Switchboard.
Any thoughts on this would be appreciated.

Regards,

Sorrells

llkhoutx
03-29-2001, 12:41 PM
OnExit the last field in the form, setfocus to the first (or some other appropriate) object.

Sorrells
03-30-2001, 08:55 AM
llkhoutx,
Thanks. I found in other topics comments that led me to use the LostFocus event to the same purpose, setting focus to the next control that the TAB would have gone to.
I appreciate your response!
Sorrells