I have an issue with navigating through various items in a form.
Right now I can move from one box to another by pressing either
1. Enter
2. Tab
3. UP Arrow ( backward movement)
4. Down Arrow ( forward movement)
However I want to move from one box to next only when I press enter or tab. Can I disable the navigation using last two.
I am facing this difficulty bcoz I have combo boxes in my forms and i am not able to select the items which I want in combo box using up and down arrow. Its just going to the next field when I use the arrow keys.
Right now I can move from one box to another by pressing either
1. Enter
2. Tab
3. UP Arrow ( backward movement)
4. Down Arrow ( forward movement)
However I want to move from one box to next only when I press enter or tab. Can I disable the navigation using last two.
I am facing this difficulty bcoz I have combo boxes in my forms and i am not able to select the items which I want in combo box using up and down arrow. Its just going to the next field when I use the arrow keys.