I have a continous form with several text boxes in each band. If a user presses the up arrow, the cursor moves one notch to the LEFT. That is the default behavior.
My user wants the up arrow to push the cursor to the corresponding textbox in the previous row. He wants the up arrow to literally move him up.
Perhaps I could identify the key he is pressing in an event handler, then change the default behavior if he was pressing the up arrow. Does anyone have an idea on how to implement that?
My user wants the up arrow to push the cursor to the corresponding textbox in the previous row. He wants the up arrow to literally move him up.
Perhaps I could identify the key he is pressing in an event handler, then change the default behavior if he was pressing the up arrow. Does anyone have an idea on how to implement that?