ray_charles
Registered User.
- Local time
- Today, 18:42
- Joined
- Aug 5, 2002
- Messages
- 18
Ok. I have been searching for this topic, and seem to have struck out, so here goes.
I have a combobox with People's Names in it. When I start typing the combo displays the closest match as per normal. So - far - so - good. BUT, if I have a number of names that are close, I mouse
click the box to activate the drop down combo list so I can choose the name easier than continuing to type exact characters to find the right entry.
That is ok, but, it would be nice to activate the dropdown list by
pressing the down-arrow on the keyboard and then continue to
cursor up or down to find the correct name, instead of taking my
hand off the keyboard and using the mouse to click a dropdown
list and entry in that list.
I know about the on keydown event, but, how do I interpet the
keystroke to see if it is a down-arrow? If I can intercept this
keystroke, then, I can do something similar to me.dropdown,
and then continue to cursor where I want, right?
Thanx in advance to all
Ray . . .
I have a combobox with People's Names in it. When I start typing the combo displays the closest match as per normal. So - far - so - good. BUT, if I have a number of names that are close, I mouse
click the box to activate the drop down combo list so I can choose the name easier than continuing to type exact characters to find the right entry.
That is ok, but, it would be nice to activate the dropdown list by
pressing the down-arrow on the keyboard and then continue to
cursor up or down to find the correct name, instead of taking my
hand off the keyboard and using the mouse to click a dropdown
list and entry in that list.
I know about the on keydown event, but, how do I interpet the
keystroke to see if it is a down-arrow? If I can intercept this
keystroke, then, I can do something similar to me.dropdown,
and then continue to cursor where I want, right?
Thanx in advance to all

Ray . . .