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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing multiple Parameter Values to CR9

Status
Not open for further replies.

CrystalReports9

Programmer
Jan 10, 2003
124
US
Hi

How to pass multiple values as a single parameter field in the Crystal Reports 9?

I am using PowerBuilder7. In my application the selected values are 10,20,30,40 I have to pass these 4 values as a single parameter {?deptno} in CR.

Pls give me sample code. Thank U Very Much.

Rgs
Anto

 
Anto,

You need to use the
AddCurrentValue ()
method of the ParameterFieldDefinition Object.

Cheers,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top