Hi All,
How can I refresh the display and list of a combobox once it`s content has changed ?
Regards,
Gilbert
Hi All,
How can I refresh the display and list of a combobox once it`s content has changed ?
Regards,
Gilbert
Gilbert Vaillancourt wrote:Hi All,
How can I refresh the display and list of a combobox once it`s content has changed ?![]()
Regards,
Gilbert
Hi
Sorry for my english ![]()
REDEFINE COMBOBOX oCmbX VAR cVarX ID 119 OF oFold:aDialogs[1] ITEMS aDtsX
In a new array you put the new values, then write this :
oCmbX:SetItems( aNewArr )
oCmbX:Refresh()
and that's it !!!
It works for me.
Hi,
Thanks Guys
Regards,
Gilbert
[/u]