Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing multiple values to parameter field using crystal ocx & VB6.0

Status
Not open for further replies.

kaleem

Programmer
Apr 28, 2001
7
0
0
PK
dear experts
ihave designed a report (crystal report 7.0) having parameter field.i am calling report using crystal ocx control.i pass value for single valued parameter field as
cr1.parameterfileds(0)="p1;" & value & ";TRUE"
Now how i will call it to pass multiple values
regards
kaleem
 
The OCX doesn't support ranges or multiple parameters. You could pass a list of string values as one string and use a formula like:

{field} in {?Parameter}

See the following link:
Ken Hamady, On-site/Phone Crystal Reports Training/Consulting
Quick Reference Guide to using Crystal in VB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top