1
I have a Dblookupcombobox2 with the following information:
42-batata
45-cebola
78-caneca
49-faca
79-livro
If the number is entered the search is done, but with letters does not work. For example I want to type "hit" and already see selected the record "42-potato".
In the Keypress event I am consulting by like what is typed in the Dblookupcomobox. My question is the following there is the possibility of appearing inside the component what I am typing, the way I am doing so far if I type "ba" does not appear visually inside the component.
I tested it here, and it really doesn’t, I’d have to do a
hack
, to manipulate the data, the tricky thing is to assign a new value to the combobox, there is no attribute ready for it. Have you considered stepping to aTDBComboBox
?– David