Treeview Refresh from an external form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that has a control form in which i open other forms.
Each of this new forms has a treeview.
when i press a botton i open a form to insert a new node.
but when i close the form i do not see the node inserted until i close de
first form and open it again

How can i do this simpler

Thanks a lot, Lina
 
Hi Lina,
after you have inserted new record - you also have to add node to a
treeview, using Nodes.Add
or just clear whole tree and refill it with your proc in form's load event
 
Back
Top