I'm having a problem controlling the behavior of a combobox change event response.
Every time I update the array of list items, oClaim_Num:SetItems( aClaims ), the change event response is triggered. Is there any way I can restrict the change response to user input only?
Don