Hi All,
How can I refresh the display and list of a combobox once it`s content has changed ?
Regards,
Gilbert
ComboBox Refresh
-
- Posts: 108
- Joined: Sun Oct 09, 2005 6:12 pm
- Location: Mar del Plata - Argentina
- Contact:
Re: ComboBox Refresh
Gilbert:
oCombo:SetItems(aItems)
oCombo:Refresh()
If necessary:
oCombo:Reset()
Regards,
oCombo:SetItems(aItems)
oCombo:Refresh()
If necessary:
oCombo:Reset()
Regards,
Gilbert Vaillancourt wrote:Hi All,
How can I refresh the display and list of a combobox once it`s content has changed ?
Regards,
Gilbert