*ENTER* key on a TEXTBOX

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,
 
H

Herfried K. Wagner [MVP]

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top