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
-
- Posts: 14
- Joined: Tue Dec 29, 2009 11:21 pm
- Location: Chennai
change textbox text
Hi
Yes, that is possible.
Please write the following code in BeforePrint event of the header band:
Text1.TextValue = "myNewText";
Thank you.
Yes, that is possible.
Please write the following code in BeforePrint event of the header band:
Text1.TextValue = "myNewText";
Thank you.
-
- Posts: 14
- Joined: Tue Dec 29, 2009 11:21 pm
- Location: Chennai
change textbox text
Thank you so much.
change textbox text
Hi
You are welcome:)
Let us know if any help is required.
Thank you.
You are welcome:)
Let us know if any help is required.
Thank you.