[font=Arial]Hi, I've recently started using Crystal Reports 9 to make reports for
VB.NET. Before this I used the crystal reports integrated with Visual studio .NET 2003. I used to pass parameters to a report through the method SetParameterValue, but it doesn't work anymore.
Ex.
........
Dim oRep As New RControlli
oRep.SetDataSource(oDsCon)
oRep.SetParameterValue("fi", Me.DTPfi.Text).....
How can I (in a simple way, since I'm an unexperienced user) do the same now ?
Please help, me, this thing is getting me crazy.
Thanks in advance
Verdun