To redefine an earlier problem.... I have a GUI with multiple edit boxes and a TreeControl. When the user clicks from the Editbox(s) to the TreeControl I need the updated info from the EditBox but someof the "pre-click" or old data from the TreeControl. Can I call UpdateData(true) on a specific EditBox?
