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

Pass Parameter to Subreport

Status
Not open for further replies.

ronedavid

Programmer
Dec 8, 2003
6
US
Hello Everyone,

I am using Crystal 6.01. I have a main report and a subreport. I have a parameter setup in the main report (string type) and I pass the paramter to the main report through code. I would like to be able to reference that parameter in the subreport so I can filter a table within the subreport. I would appreciate the help. Thanks
 
Don't pass it through coded, do so via the subreport link.

I can't recall how CR 6 works, that's VERY old, but try right clicking the subreport and selecting change subreport link.

Then in the sub check the report->Edit selection formula->Record to see what's being passed and make adjustments as required.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top