|
-
Jul 11th, 2005, 10:31 PM
#1
Thread Starter
New Member
crystal report passing multiple parameter from vb
can please anyone help me how to pass multiple parameter in crystal report using vb?
-
Jul 13th, 2005, 06:55 AM
#2
PowerPoster
Re: crystal report passing multiple parameter from vb
Here's an example from one of my systems:
Report.RecordSelectionFormula = "{EmpViolation.EMPNBR} = " & CLng(txtEmpNbr(X).Text) & " and {EmpViolation.violationnbr} = " & CLng(lblViolationNbr.Caption)
-
Jul 14th, 2005, 03:17 AM
#3
Re: crystal report passing multiple parameter from vb
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
|