xBrowse with Tree

Post Reply
oliveiros junior
Posts: 84
Joined: Tue Mar 20, 2007 3:13 pm

xBrowse with Tree

Post by oliveiros junior »

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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xBrowse with Tree

Post by nageswaragunupudi »

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
oliveiros junior
Posts: 84
Joined: Tue Mar 20, 2007 3:13 pm

Re: xBrowse with Tree

Post by oliveiros junior »

Mr. Rao,

Thanks, it worked.

Att.

Oliveiros Junior
Post Reply