Marcelo Via Giglio wrote:Hello again.
because I have thousands of records, I want to know if it possible to have a normal xBrowse database associated
with the possibility to make a tree in some row by demand, no for all, only for selected row
thanks in advance
Marcelo
Please try this:
Create browse of the DBF in the normal way.
Insert this line:
just before activating window or dialog.
Now the browse will be on oBrw:oTree created automatically by XBrowse and each oItem of the oTree having the record number of the dbf.
When the tree is navigated, the dbf goes to the record. The browse will still look like the one you created on the dbf.
Now you add a child tree to any item you want.