Page 1 of 1

OnTextChang event (TextBox)

Posted: Fri Oct 05, 2007 2:41 am
by stefan
Hello everybody,
I've got a problem with the TextBox-Control. In MS Visual Studio, there is a onTextChange-event for the TextBox - but there isn't one for the TextBox in the report designer...
How should I solve the problem? Is there any work-around for the onTextChange-event?

Stefan

OnTextChang event (TextBox)

Posted: Fri Oct 05, 2007 7:01 am
by Edward
Please use the Control property of the StiTextBoxControl. This property represents the underlaying control of TextBox type.

Thank you.