|
-
Jun 30th, 2008, 01:50 PM
#1
Thread Starter
Fanatic Member
Parameters
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|