FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse with Tree
Posts: 148
Joined: Tue Mar 20, 2007 03:13 PM
xBrowse with Tree
Posted: Thu Jun 27, 2019 01:11 PM

Hello friends,

Could someone help me in the following problem:

1) create an object with the parameters that I need at the moment;
2) with the object, I create xbrowse with tree;
3) then wanted to take advantage of the xbrowse after a change in the parameters of the query.

I've already tried oBrowse: Refresh () and it does not resolve. What can I do?

Thanks in advance for your help.

Att.,

Oliveiros Junior

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse with Tree
Posted: Thu Jun 27, 2019 02:38 PM

Create a new object with the revised parameters.
Create a new tree from the new object.
Then,
oBrw:oTree := oNewTree
oBrw:GoTop()
oBrw:Refresh()

Regards



G. N. Rao.

Hyderabad, India
Posts: 148
Joined: Tue Mar 20, 2007 03:13 PM
Re: xBrowse with Tree
Posted: Thu Jun 27, 2019 11:15 PM

Mr. Rao,

Thanks, it worked.

Att.

Oliveiros Junior

Continue the discussion