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!

Using passed data into subreport to pass to Stored Procedure

Status
Not open for further replies.

philbird

Programmer
May 2, 2001
3
0
0
US
I need to figure out how to use data passed from a main report into a subreport which then passes it to a parameter in a stored procedure.

I have verified that the data is getting to the subreport without issue. Yet it is not getting to the Stored Procedures parameter.

As usual Crystal is taking control of the SQL and trying to lock into providing a value for that stored procedures parameter and not using the Crystal parameter holding the data from the main report.

Thanks for any help.

Phil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top