I have a ring control that when selected and run generates text into the text box, but when i select a new option in ring control the text box doesn't clear itself automatically. The text box clears after I hit the run button .
Here is what it uses to clear when i select a new selection in ring control and hit run button
ResetTextBox (PnHdl [ CONNECT ], CONNECT_TEXT, "\0");
Can I make this text box clear itself of the contents when I make a new selection from the ring control instead do I have to wait till the run button is hit.
Thanks a bunch in advance.