Search found 92 matches: setitems

Return to advanced search

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.
by Ray Islas
Wed Oct 12, 2005 1:41 am
 
Forum: FiveWin for CA-Clipper
Topic: ComboBox Refresh
Replies: 3
Views: 1460

Re: ComboBox Refresh

Gilbert:

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
by DanielPuente
Wed Oct 12, 2005 1:40 am
 
Forum: FiveWin for CA-Clipper
Topic: ComboBox Refresh
Replies: 3
Views: 1460
Previous

Return to advanced search