Page 1 of 1

change textbox text

Posted: Mon Jan 04, 2010 5:38 am
by Sundara Manikandan
Hi,

I am obviously missing something.

Is it possible to change the text of a text box in the header via code at runtime?

If so, how?

Thanks in advance


change textbox text

Posted: Mon Jan 04, 2010 6:38 am
by Edward
Hi

Yes, that is possible.

Please write the following code in BeforePrint event of the header band:

Text1.TextValue = "myNewText";

Thank you.

change textbox text

Posted: Mon Jan 04, 2010 7:26 am
by Sundara Manikandan
Thank you so much.

change textbox text

Posted: Mon Jan 04, 2010 7:28 am
by Edward
Hi

You are welcome:)

Let us know if any help is required.

Thank you.