summery on page
Hi
I have a little problem I hope someone can help me with. If the reports have
more than one page I want a sub summery on each page and the summery from
the previews page on the following page. I use subreports to generate each
line. ex.
page 1
1
2
3
4
sum = 10
page 2
transfer from page 1 10
7
8
9
sum = 34
etc ..
Thanks
J?rgen Knoblauch
I have a little problem I hope someone can help me with. If the reports have
more than one page I want a sub summery on each page and the summery from
the previews page on the following page. I use subreports to generate each
line. ex.
page 1
1
2
3
4
sum = 10
page 2
transfer from page 1 10
7
8
9
sum = 34
etc ..
Thanks
J?rgen Knoblauch
This discussion has been closed.
Comments
Subreports are embedded reports. When you use dbCalcs or variables, they
automatically reset when subreports get a chance to print there dataset. You
can use a variable and its OnCalc event in the detail to update a variable
in the main report. Here is an example that shows how to do this:
http://www.digital-metaphors.com/tips/RunningSummaryTotalInFooter.zip
Are you using RAP:
http://www.digital-metaphors.com/tips/MDRapRunningTotalInFooter.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com