print page sum on next page

diaswdiasw Germany
edited 7:51AM in FastReport 3.0
FR 3.12, Dotmatrix printer

I have to print bills. Of course some bills have more than one page. I print the subtotal on the bottom of the page, mentioned in the documentation.
But how can I reprint this subtotal on the next page as a sum carried forward?

regards
Sascha

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:51AM
    You can use your own variable to track it or for example
    memo2 in a footer containing the value
    memo1 in header obp event of memo
    memo1.text := memo2.text.
    ;)

Leave a Comment