S
Sjanlaird
Guest
I'm setting up a report to print off several customer statements. For a given customer, the statement may be several pages long and I begin a new page for each customer. I need to show a total figure on the final page for each customer.
The problem is, how to put the total figure in the same place on each statement - I have a sum in the group footer, but depending where the detail lines finish this may be displayed half way down the page.
I have used the OnPage event to draw a number of formatting lines. Can I use a similar solution (maybe setting the Top property of the textbox) to position my total, or is there some other approach?
Also, does anyone have any ideas about page numbering over the statement? I Would need the page number to reset for each new customer.
The problem is, how to put the total figure in the same place on each statement - I have a sum in the group footer, but depending where the detail lines finish this may be displayed half way down the page.
I have used the OnPage event to draw a number of formatting lines. Can I use a similar solution (maybe setting the Top property of the textbox) to position my total, or is there some other approach?
Also, does anyone have any ideas about page numbering over the statement? I Would need the page number to reset for each new customer.