Subject Re: TIB_ComboBox and incremental searching
Author johnleb.geo@yahoo.com
> >Is it possible to make TIB_ComboBox to use incremental search
ability?
> >
> >Here are some details:
> >I have a table with a few fields, one of them is day of week. It
can
> >have values from 1 to 7. To edit this field I use TIB_ComboBox
where
> >Items = ('Monday'..'Sunday') and ItemValues = (1..7). That's all.
And
> >here is my question.
>
> John,
> I don't understand what you are looking for here...are you perhaps
wanting to have the user type in 'Mo' and have 'Monday' appear in the
editbox portion?

Exactly. But it seems that TIB_ComboBox cannot perform such search.
But maybe I am wrong?