Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 28, 2012 01:12 AM by younikorne
Member
1 Points
10 Posts
Dec 26, 2012 05:22 AM|LINK
Hello,
I have a problem about :
How to passing formula fields from vb.net to crystal report?
Can anyone help me??
Thanks for advance.
Participant
942 Points
178 Posts
Dec 26, 2012 06:42 AM|LINK
What actually you want to do?
Can you reply details..
Dec 26, 2012 07:51 AM|LINK
ok, let me explain :
in vb 6 i have a code like this to get the parameter value :
crsytalreport.formulafields.Getitembyname("text").text
and then i don't know what the code to call that parameter in formula fields if i create in vb.net
That's my problem... hehe...
Thanks.
498 Points
128 Posts
Dec 26, 2012 12:59 PM|LINK
You can certainly do that or you can pass the parameters to the report using a query string in the url?
Dec 28, 2012 01:12 AM|LINK
Hi stockcer,
well, but i don't using a query string to pass the parameter to formula fields.
i'm just want to passing value from textbox to formula fields in the stored procedure, but i don't know how to write the right code.
i'll try to write this code :
Report.DataDefinition.FormulaFields("test").Text = "'test'"
But when I run the report, the value of the formula fields will not appear in my report.
So, anyone could help me??
Thanks in advance.
younikorne
Member
1 Points
10 Posts
How to passing formula fields from vb.net to crystal report?
Dec 26, 2012 05:22 AM|LINK
Hello,
I have a problem about :
How to passing formula fields from vb.net to crystal report?
Can anyone help me??
Thanks for advance.
NadeemZee
Participant
942 Points
178 Posts
Re: How to passing formula fields from vb.net to crystal report?
Dec 26, 2012 06:42 AM|LINK
What actually you want to do?
Can you reply details..
Do FEAR (Face Everything And Rise)
Please mark as Answer if my post helps you..!
younikorne
Member
1 Points
10 Posts
Re: How to passing formula fields from vb.net to crystal report?
Dec 26, 2012 07:51 AM|LINK
ok, let me explain :
in vb 6 i have a code like this to get the parameter value :
crsytalreport.formulafields.Getitembyname("text").text
and then i don't know what the code to call that parameter in formula fields if i create in vb.net
That's my problem... hehe...
Thanks.
stockcer
Member
498 Points
128 Posts
Re: How to passing formula fields from vb.net to crystal report?
Dec 26, 2012 12:59 PM|LINK
You can certainly do that or you can pass the parameters to the report using a query string in the url?
ASP.NET Arvixe Liaison
James River Webs, Inc.
younikorne
Member
1 Points
10 Posts
Re: How to passing formula fields from vb.net to crystal report?
Dec 28, 2012 01:12 AM|LINK
Hi stockcer,
well, but i don't using a query string to pass the parameter to formula fields.
i'm just want to passing value from textbox to formula fields in the stored procedure, but i don't know how to write the right code.
i'll try to write this code :
Report.DataDefinition.FormulaFields("test").Text = "'test'"
But when I run the report, the value of the formula fields will not appear in my report.
So, anyone could help me??
Thanks in advance.