I am using vs2005 (c#), and i am calling a report in crystal.
I have a parameter fields (@secuencia) and i want to print only those records with that criteria. So i have to create (i think) the following:
Report --->Selection Formula --> Record and :{v_reportes.secuencia}=@secuencia, where @secuencia is the parameters.

To me this is ok, but crystal says: missing ")".
If i use:{v_reportes.secuencia}=7 Where 7 is a secuencia, works!


what i'm doing wrong?