How is it possible to refresh sComboBox dropped down list without closing it. I tried to use sComboBox.UpdateForm on Event OnChange and it works, but if records to much it hangs up. Also possible to uses ComboBox.DroppedDown:=FALSE and after sComboBox1.DroppedDown:=TRUE, but it not so good to see closing and opening combobox every time when it changes. Do you now some other way to refresh it?