cancel
Showing results for 
Search instead for 
Did you mean: 

Replacing text containing parameters

Former Member
0 Kudos

I am attempting to replace text in various textboxes throughout a report in VB.NET. I am able to do all the text replacement I want, but anytime I pull out text with parameters in it, it seems the parameters are re-inserted as text as opposed to a dynamic parameter value.

For example, if I have a text box with the text "Message 1 - {?MyParam}" and replace it with the text "Message 2 - {?MyParam}", I will always get the literal text of {?MyParam} instead of the parameter's actual value.

Is there some special text I need to insert in order for the text box to act like it contains a parameter?

Thanks,

Chuck

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chuck,

Need more info:-

-Visual Studio Version?

-Crystal Report Version?

-Windows or web application?

Post your question [here|;

If you have code related issue

Forum: .NET Development - Crystal Reports

Hope that helps!!

Regards,

Shweta

Former Member
0 Kudos

Ok, thanks for the direction. It's my first post. The new thread (with your questions answered) is on that forum.

Answers (0)