M
Mauricio Silva
First of all, I want to thank JohnFol and Dan Artuso in my last question
about TreeView!!
I have a form, with a TreeView object to show the structure of my data. By
clicking in one node, I select the data and open it to be edited.
Example:
Position 1
Position 2
Position 3
Position 4
One of these fields is the ReportsTo field which, when it is changed, I
automatically change my structure (Combo_AfterUpdate event), it is working
fine. My problem is, if I change the Position 3 to Report to Position 4, (I
am deleting the node and adding it again in the new position), to became:
Position 1
Position 2
Position 4
Position 3
The treeview object keeps the position1 selected (the old parent) and not
the new position3 node.
My questions are:
1) How can select a specific node in a TreeView object ?
2) Where I can find an on-line help for the MS TreeView object? My help
doesn't have it and I cannot download anything to my computer (Company's
policy)
Thanks for any help
Mauricio Silva
about TreeView!!
I have a form, with a TreeView object to show the structure of my data. By
clicking in one node, I select the data and open it to be edited.
Example:
Position 1
Position 2
Position 3
Position 4
One of these fields is the ReportsTo field which, when it is changed, I
automatically change my structure (Combo_AfterUpdate event), it is working
fine. My problem is, if I change the Position 3 to Report to Position 4, (I
am deleting the node and adding it again in the new position), to became:
Position 1
Position 2
Position 4
Position 3
The treeview object keeps the position1 selected (the old parent) and not
the new position3 node.
My questions are:
1) How can select a specific node in a TreeView object ?
2) Where I can find an on-line help for the MS TreeView object? My help
doesn't have it and I cannot download anything to my computer (Company's
policy)
Thanks for any help
Mauricio Silva