I have a subreport which generates an invoice which usually runs for several pages, one item per line. I have been asked to add a line at the top and bottom of each report page which contains the running total carried forward from the previous page (top) and the running total at the end of the page (bottom).
I cannot put the running total in the page header/footer because the header/foorter are defined in the main page and the running total is only accessible in the subreport.
I have tried putting the running total in the report header/footer, but then it only appears at the beginning and end of the report not on each page.
Can someone point me in the right direction here:
- should I be doing this in the page h/f; report h/f; or somewhere else?
- if page h/f, how do I add them to the subreport?
- if report h/f, how do I get them to print on each page?
Thanks in advance,
Werner
I cannot put the running total in the page header/footer because the header/foorter are defined in the main page and the running total is only accessible in the subreport.
I have tried putting the running total in the report header/footer, but then it only appears at the beginning and end of the report not on each page.
Can someone point me in the right direction here:
- should I be doing this in the page h/f; report h/f; or somewhere else?
- if page h/f, how do I add them to the subreport?
- if report h/f, how do I get them to print on each page?
Thanks in advance,
Werner