Hello there,
I've made a combobox with an filter to search for partial matched values in my database. This is the code i use:
There is one problem. When i start typing with the dropdown list expanded, and press a few letters, it does not remove the last item in the list. Now i get a list of matching strings, but there is still one value at the bottum of the list stuck, when its supposed to be deleted. I recon its because you take 1 from the listcount. But without this part, the code does not work.
It looks like this:
I would be really gratefull if someone could help me.
Bookmarks