having a problem with a combobox

Z

Zygoid

I have a combobox that is filled with 9 digit numbers. the box is no
autofilling as you start typing in a number. all of the help I hav
been reading talks about alphabets but does not say that it must be a
alphabet. does this not work with numbers also
 
I

icestationzbra

what kind of combobox are you using? i use Control Toolbox's combobo
and it works fine
 
D

Dave Peterson

I used the combobox from the control toolbox toolbar and I had to make sure that
the .matchentry property was not set to "2 - fmMatchtEntryNone"
 
Top