PDA

Click to See Complete Forum and Search --> : Changing a textbox text at runtime vb2005


Equis
Nov 7th, 2006, 11:58 PM
Hello,

I would like to change the text in some textbox's at runtime.

This..
cr.Section1.ReportObjects.Item("text3").Equals("New Text")

Am I close?

How would I do this?

Thanks

shakti5385
Nov 8th, 2006, 12:16 AM
For this use parameter In the Crystal Report, Just check how to add column run time in Cr at my signature.
Click On Add Dynamic Column In Crystal Report.
:wave:

Equis
Nov 8th, 2006, 12:27 AM
Hello

Thanks for that :)
In your example what is the text you are passing? like "this is new text"

Thanks

shakti5385
Nov 8th, 2006, 12:43 AM
http://www.c-sharpcorner.com/UploadFile/uditsingh/CR1111022006055359AM/CR11.aspx

Please read the whole article and understand the method of parameter in CR

Equis
Nov 8th, 2006, 12:45 AM
Thanks :-)

I will do that and report back

Thanks again