Cursor Control

RichGags

Registered User.
Local time
Today, 15:09
Joined
Jun 30, 2003
Messages
39
I have a form with lots of fields on it. Ive found the tab order on the view menu and set the order I want. When I move into a field that is a Combo Box, and type (for example) "c", and press down cursor, I would like the drop down box to start to cycle the values starting with "C".

Kinda like when you are entering your address into a HTML page. (ie, when you are in the State field, you press "n" and then cursor down, it will start cycling thru the states starting with "n" without actually opening the pull down box.

Is this possible?
Thanks.
 
That's not the way the combo works. The combo accepts each character as the next character in the field. So if you typed "c" twice, it would try to find something that started with "cc".
 

Users who are viewing this thread

Back
Top Bottom