print page sum on next page

diaswdiasw Germany
edited 10:14PM 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 10:14PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.