intermediate total on each end of page
Hi,
there are items and their prices to sum up in a subreport.
Now I need to print not only the sum total at the end of the report
(that's quite easy) but also a intermediate total on each end of page
except the last one (where is the sum total).
Any ideas how to do that?
Kind regards,
Rene
there are items and their prices to sum up in a subreport.
Now I need to print not only the sum total at the end of the report
(that's quite easy) but also a intermediate total on each end of page
except the last one (where is the sum total).
Any ideas how to do that?
Kind regards,
Rene
This discussion has been closed.
Comments
It is possible to print the subtotal at the end of each page by using
TppVariables and the DetailBandBeforeGenerate event. Usually when making
calculations, we recommend always using the TppVariable.OnCalc event but for
the special case where you want to create a page total in the footer with a
dynamic detail band, you should use this method. An example is available
from the link below.
http://www.digital-metaphors.com/tips/PageSubTotal.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com