How do i refer a textobject on crystal report?

  • Thread starter Thread starter Pasan Indeewara
  • Start date Start date
P

Pasan Indeewara

Hi,
I want to assign some parameter values passed into crystal report
constructor to textobjects on crystal reports. Is there a way of doing it?
coz when i checked intellisence does not show the Tex1 textobject when i
tried type in.
Please help coz im novice to crystal reports. thanx in advance...

Regards,
Pasan
 
So this so called C#.. group.. are you for helping people??
I don't understand this Microsoft newsgroup's scope of helping??
nobody to assist the users of Microsoft products?? please help us??

Regards,
Pasan
 
hi Rudy,
Why so rude...
by the way thanks.. at least u read my post... :)
I will have to go somewhere to find an answer...by then...
Regards,
Pasan
 
Pasan said:
hi Rudy,
Why so rude...
by the way thanks.. at least u read my post... :)
I will have to go somewhere to find an answer...by then...

I don't think I was rude, just by pointing you to the fact that Crystal
Reports is not the C# language.

--
Rudy Velthuis http://rvelthuis.de

"I am ready to meet my Maker. Whether my Maker is prepared for
the great ordeal of meeting me is another matter."
-- Winston Churchill.
 
Hi,
    I want to assign some parameter values passed intocrystalreport
constructor to textobjects oncrystalreports. Is there a way of doing it?
coz when i checked intellisence does not show the Tex1 textobject when i
tried type in.
Please help coz im novice tocrystalreports. thanx in advance...

Regards,
Pasan

Hi!

You can create a formula, that will access the parameter.
And place that formula in text box.

Example: Formula=?ParamaeterName
Just drag that formula into text box.

Let me know if that helped.

Cheers,
Srinivas
 
Back
Top