Code: Select all
aDir := {}
@ 1,1 DCBROWSE oBrowse DATA aDir ...
DCBROWSECOL ELEMENT 1 DATATOOLTIP {||.T.} TIPBLOCK {|n|Var2Char(aDir[n,1])}
...
DCREAD GUI EVAL {||aDir := Directory(),oBrowse:RefreshAll()}
Background: I have several browses showing different data depending on the user input in the same dialog, so the array contens changes. In those dialogs, the browses are initially empty.