I really want the autocomplete to work in combination with a combobox that can 
be repopulated from the software.

The problem I'm having is this :
I make a choice of a certain list in one combobox.
I select for instance the customer list.
When I select that one, the second combobox fills with a list of customer names.
If I then want to see a list of suppliers, I would select suppliers from the 
first combobox, and the second one then fills up with the supplier names.
Problem is that using .deleteallrows correctly shows only the supplier names in 
the dropdown, but as you can see in my example that I uploaded, the dropdown 
that shows up when I type in the combobox (to autocomplete) will show not only 
the suppliers but also the customers. It seems they were deleted from the 
regular dropdown you get when you click the combobox open, but not from the 
autocomplete part. This leads to very confusing information, since it would now 
show on my screen that I selected the suppliers list, and when I click the 
combobox open it correctly show me the list of suppliers, but when I start 
typing I get to see both the customers and the suppliers.

I've also tried the datacontrol and databasequery, but so far I've not been 
able to get that to work either. If I could get those to work, I could use a 
sql query to select only the customers or suppliers, and that would fix it too. 
But as I said, no luck so far.

If anybody has any ideas, please help.
If anybody has a custom combobox they can share the code to, please do so.
I need the autocomplete to work, and I have not found any way to do it yet.

Thanks in advance
Dirk Cleenwerck
Useitgroup NV
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to