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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top