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

Multiple Values for a single parameter field.

Status
Not open for further replies.

CrystalReports9

Programmer
Joined
Jan 10, 2003
Messages
124
Location
US
Hi

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

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

Pls give me sample code. Thank U Very Much.

Rgs
Anto
 
AddCurrentValue() method of the
ParameterFieldDefinition Object.

hth,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Hi Ido

I am using PowerBuilder....By mistake i typed as VB. I am soooo sorry...

Where i have to add the mentioned method AddCurrentValue() ?
Help me pls

Thank U

Rgs
Anto

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top