Hi
I am trying to use the keypress function to focus on textbox1 then, when in textbox1 to focus on textbox2, then when in textbox2 keypress to focus on textbox3.
But the command is triggered when any key is pressed is there a way I can specify the key to trigger this command. "ENTER" maybe
Any help will be highly appreciated.
Loading

Sam HobbsPosted Jan 10, 2012, 3:05 AM
Marvin kakuruPosted Jan 9, 2012, 4:15 AM
Marvin kakuruPosted Jan 9, 2012, 4:14 AM
Sam HobbsPosted Jan 6, 2012, 4:45 AM
I am sorry, but I don't understand the question. Perhaps you are saying that you want the enter key to work like the tab key. Or maybe you just need to use the tab key. Are you familiar with the tab key? If you want the enter key to work like the tab key, then you can use the following in the KeyPress event for each TextBox.
{}VulpesPosted Jan 5, 2012, 6:02 AM