*ENTER* key on a TEXTBOX

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I've learned with leave & lostfocus on a text box. When I input data to a
text box, I have to use the TAB key to go to the next textbox. How can I use
the ENTER key to go to the next textbox as the TAB key does ?

Right now, when I press the ENTER key, windows beeps and nothing happens.

AcceptsReturn True or False on Properties does nothing to fix my problem.

Thank you again,
 
Marcel Saucier said:
I've learned with leave & lostfocus on a text box. When I input data to a
text box, I have to use the TAB key to go to the next textbox. How can I
use
the ENTER key to go to the next textbox as the TAB key does ?

Right now, when I press the ENTER key, windows beeps and nothing happens.

AcceptsReturn True or False on Properties does nothing to fix my problem.

In Windows the tab key is used to turn focus between controls. However, the
behavior you describe can be archieved:

Enter instead of Tab
<URL:http://blogs.duncanmackenzie.net/duncanma/archive/2004/12/13/936.aspx>
 
Back
Top