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!

subreport variable values used in main report formulas

Status
Not open for further replies.

Anoli

Programmer
Jan 26, 2001
13
CA
I have a variable in the subreport and I would like to pass the value to a formula in the subreport.
Is it possible?
I am new to Crystal and I would appreciate any suggestions.
 
Yes, but there are limitations on what you can pass. If you are using the latest versions of CR you can use a Shared variable, which can be shared between main and sub reports. In older versions you need to use the Store and Fetch functions. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top