Hi,
I'm trying to integrate a solution for easy selection of a value from combo box, based on the key the user press on the keyboard. So, the focus is on the combo box, the user have to select from this a value wich starts with "h" for example, and to avoid scrolling trough all the values from the combo box, he simply push key "h" on keyboard to jump to the first value starting with this letter.
This should make simplyer entering data on forms, without the necessity of using mouse.
Any idea how can be done?
I'm trying to integrate a solution for easy selection of a value from combo box, based on the key the user press on the keyboard. So, the focus is on the combo box, the user have to select from this a value wich starts with "h" for example, and to avoid scrolling trough all the values from the combo box, he simply push key "h" on keyboard to jump to the first value starting with this letter.
This should make simplyer entering data on forms, without the necessity of using mouse.
Any idea how can be done?