I used Selection formula in Crystal report as
VB Code:
CR.Formula(0)="frName='" & Value & "'"
It works fine.But Anybody tell me ,What is the Parameter in a Crystal report.?Where Is it Actually Used..
In stored Procedure??
How...?
Printable View
I used Selection formula in Crystal report as
VB Code:
CR.Formula(0)="frName='" & Value & "'"
It works fine.But Anybody tell me ,What is the Parameter in a Crystal report.?Where Is it Actually Used..
In stored Procedure??
How...?