I have merged various reports in one using sections (only detail band, etc...), now I want to know if I can sum all the summaries of each subreport and present it at the end of the main report, and how.
You can use a TppVariable in each of the subreports. In each of their OnCalc event handlers, you can update the value of a TppVariable in the main report's summary band, along with each of their own values. You don't have to code the OnCalc event of the main report summary variable, just use it to store the total value.
Comments
OnCalc event handlers, you can update the value of a TppVariable in the main
report's summary band, along with each of their own values. You don't have
to code the OnCalc event of the main report summary variable, just use it to
store the total value.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com