Home Subreports

running amount in header and footer

edited October 2006 in Subreports
Hello everybody!

We have - perhaps an easy? - problem:
We want to create an invoice with an running amount at the footer and
overflow-amount at the header of the next page.

We are using report builder enterprise 9.02 and delphi 7.
The report has an main section and two subreports wthout any grouping
sections.

I created an global variable to summarize the value, but at the header the
value shown ist 0,00 and in the footer there is only the running amount of
the current page.

Thanks for any hints!

Greetings Thomas

Comments

  • edited October 2006
    Hi Thomas,

    For the Variable in the header, try setting the LookAhead property to True.

    Take a look at the timing dialog of the variables. They are most likely set
    to reset when the page ends. If you would like to keep a running total of
    the whole report, you will want to set the ResetType to Report End.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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