05-24-2006 05:26 PM
05-24-2006 09:37 PM
The "Make Current Value Default" and "Reinitialize to Default Value" options pertain to the actual "value" of the tree control, i.e. the tag of the currently selected tree row. This is different from the actual contents of the tree. The same is true for listboxes and multicolumn listboxes...the value is the selected row, not the array of cell text for the entire tree.
Let me know if this explanation makes sense.
-D
05-25-2006 11:00 AM
05-25-2006 11:14 AM
Check out the methods for the tree control...There should be a "Delete" method. If you don't wire a tag into this method, it will delete all the contents of the tree. Let me know if you need more information on this.
-D
05-25-2006 11:34 AM