I have a form with 3 textbox: TextBox1, TextBox2, TextBox3. When focus in TextBox1, I want to press down key and it will focus toTextBox2, also with TextBox3. I read example in Help but it only catch hardkeys of form, not the textbox. Could you please tell me how?
You can only catch the hardware keys from a form so you have to code manually what you want to do.
I added an example to change the focus of different textboxes ... but I think it is not an elegant way to do it.