Get new values in Tree View

  • Thread starter Thread starter Vicky_r
  • Start date Start date
V

Vicky_r

I have a mdi form and I have added 2 child forms to the mdi.
1 form contains a text box and a button and the other contains a tree
view control. When I put text into the text box and press the button
the value gets entered into the database but does not reflect on the
tree view ??

Tree View takes all the values from the database while loading and does
not change after that.

Waiting for reply... :-(

Vicky... :-)
 
I have a mdi form and I have added 2 child forms to the mdi.
1 form contains a text box and a button and the other contains a tree
view control. When I put text into the text box and press the button
the value gets entered into the database but does not reflect on the
tree view ??

Tree View takes all the values from the database while loading and
does not change after that.


Does the TreeView use ESP to get the data from the TextBox :-)

If not you either need to add a node programmatically or reload it from
the DB.
 
Back
Top