Hello,
I have a combo box, which drops down when it gets focus. It displays numbers from 1 to 100. The problem is that if I enter a single digit in the box I have to press the down-arrow key and then Enter to accept the value and move to the next field.
For double digit number it is enough to press just Enter. If I enter say 20, number 20 gets immediatelly highlighted and Enter moves cursor to the next field.
How could I avoid this extra pressing of the down-arrow key? My application involves a lot of data entry.
Thanks, giedrius
I have a combo box, which drops down when it gets focus. It displays numbers from 1 to 100. The problem is that if I enter a single digit in the box I have to press the down-arrow key and then Enter to accept the value and move to the next field.
For double digit number it is enough to press just Enter. If I enter say 20, number 20 gets immediatelly highlighted and Enter moves cursor to the next field.
How could I avoid this extra pressing of the down-arrow key? My application involves a lot of data entry.
Thanks, giedrius