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
-
- Posts: 141
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 3 times
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- 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: 141
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 3 times