Using arrow keys in combo box lists (1 Viewer)

Danny Clarke

Registered User.
Local time
Today, 22:29
Joined
Feb 17, 2000
Messages
16
Is there any way to get the arrow keys to work within combo box lists as they do in list box lists? ie: when you tab into the field, using the arrow keys to scroll through the list values.
 

ListO

Señor Member
Local time
Today, 22:29
Joined
Feb 2, 2000
Messages
162
If you press <F4>, the combo-box opens up and arrows allow scrolling.
 

Danny Clarke

Registered User.
Local time
Today, 22:29
Joined
Feb 17, 2000
Messages
16
Thank you very much ListO!

For anyone who's had a similar problem - you can automate the process by putting SendKeys "{F4}" in a subroutine attached to the OnEnter event in the combo box(es) required.

Once again, thank you very much...
 

Users who are viewing this thread

Top Bottom