Treeview rebuild

L

Luis

Hello.
I have a treeview control that i need to rebuild when i click on a certain
button.

The button deletes the record selected and what i'd like to do is to rebuild
the tree everytime a record is deleted.

Can anyone give me a hint on this?

Thanks

Luis
 
D

Douglas J. Steele

The treeview control is unbound. The only way to load it is
record-by-record, as you did when you loaded it in the first place. Simply
deleting the node strikes me as far more efficient!
 

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

Top