Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

intermediate total on each end of page

edited February 2004 in General
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

Comments

  • edited February 2004
    Hi Rene,

    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

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.