Hello,
if I get your question right, there are two method that I might think of:
1) reload the combobox; call clear() and refill the combo's values.
2) iterate over the combos values and check if the new value exist; using count() to get the size of values in the combo and then loop through them searching one by one.
hope it helps
Bookmarks