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
xBrowse with Tree
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: xBrowse with Tree
Create a new object with the revised parameters.
Create a new tree from the new object.
Then,
oBrw:oTree := oNewTree
oBrw:GoTop()
oBrw:Refresh()
Create a new tree from the new object.
Then,
oBrw:oTree := oNewTree
oBrw:GoTop()
oBrw:Refresh()
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 84
- Joined: Tue Mar 20, 2007 3:13 pm
Re: xBrowse with Tree
Mr. Rao,
Thanks, it worked.
Att.
Oliveiros Junior
Thanks, it worked.
Att.
Oliveiros Junior