Treeview Problem
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a treeview with 18 nodes - 17 of which, when selected, show the requested relevant form. The eighteenth node (Node 16)has 19 tvwChild sub nodes for printing different reports. My problem is: If Node 16, tvwChild sub node, is clicked without first clicking on any of the other 17 nodes, the treeview is closed and I am returned to the start (as requested at the end of the Sub) without a report being printed: If I click on any other node first then on a tvwChild sub node the correct report is printed. How can I change the code so that the selected tvwChild sub node prints without the need to click elsewhere first?:rose: