A Combo box problem

M

Mota

Hi;
I have some combo boxes on a form and sometime,in fact many times,I cant
move between its items thru Up and Down Arrows of the keyboard.So i have to
use mouse to select an item directly and it bothers while working fast.Have
anyone experienced such a problem?Can it be a fault of controls or can be
related to my codes?
Thank you for ur help in advance.
 
J

John Vinson

Hi;
I have some combo boxes on a form and sometime,in fact many times,I cant
move between its items thru Up and Down Arrows of the keyboard.So i have to
use mouse to select an item directly and it bothers while working fast.Have
anyone experienced such a problem?Can it be a fault of controls or can be
related to my codes?
Thank you for ur help in advance.

The up and down arrows have multiple uses (such as moving up and down
the list of selected items). Try the Tab key (or Shift-Tab to go
backwards) instead.

It might have to do with your code, but since you don't give any
indication of the nature of that code it's a bit hard to say!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top