XBROWSE TREE Refresh problem
Posted: Wed Mar 17, 2021 9:06 am
Hi,
I setup xbrowse like below.
It is executed perfectly. But the data is changed later. How Can I refresh tree again in xbrowse.
I tried obrw:refresh(). I does not work.
I setup xbrowse like below.
Code: Select all | Expand
oBrw:SetTree( 3 )
oBrw:oTree:OpenAll()
oBrw:aCols[ 1 ]:AddBitmap( { FWDArrow(), FWRArrow(), GetTreeBmps()[ 2 ] } )
It is executed perfectly. But the data is changed later. How Can I refresh tree again in xbrowse.
I tried obrw:refresh(). I does not work.