I am working on CR using Visual Studio-VB.
I passed parameter(Integer value) to CR from VB
CrystalReport1.Formulas(0) = "ses = " & Chr(34) & sesId & Chr(34)
and I can see it in CR it is stored at @ses.
Now how can I use to select records where the id is equal to @ses. For example I tried using the SelectRecordExpert:
{TestSession.ID} = {@ses}
It is giving me error 20515 Error in formula.
Please help!
I passed parameter(Integer value) to CR from VB
CrystalReport1.Formulas(0) = "ses = " & Chr(34) & sesId & Chr(34)
and I can see it in CR it is stored at @ses.
Now how can I use to select records where the id is equal to @ses. For example I tried using the SelectRecordExpert:
{TestSession.ID} = {@ses}
It is giving me error 20515 Error in formula.
Please help!