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 it does not work. For example I want to type "bat" and have already selected the "42-potato" record.
In the KeyPress event I'm querying for whatever typed in DBLookupComoBox. My question is the following 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.