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

how do i pass a multi-valued parameter to the subreport?

Status
Not open for further replies.

uksub

Programmer
Jun 15, 2003
51
US
As input a have a company field that enables the users to input 2 companies. the subreport won't let me link this multi-valued parameter. I want to pass the multi-valued paramter and use it as selection criteria in the subreport... i.e. {glamounts.company} in [multi-parameter].

and... i can only use "shared parameters" in the "whileprintingrecords" phase.
 
Hi
you must have the same amount of parameter set in your main report as in the sub report
if you need to pass 2 parameters to the main you need 2 parameters in the sub report

cheers

pgtek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top