Running Total shows wrong total
Hi,
On a report I added a running total that has to be printed on the bottom/top of te page.
The running total (Transport:) prints the wrong total: is print the total of the current page + the amount of the first line on the second page.
(see the attached image)
On the first page the total after 'Transport:' should show 901,88 instead of 1089,08
The second page should repeat the total of 901,88.
As can be seen in the attachment, the amount (column Bedrag Eur) of the first data line on page 2: 187,20 is already included in the total.
I also tried to use the BeforePrint event to generate the total (like the examples in the help/reference fil), but that gives me te same result.
How to solve ?
On a report I added a running total that has to be printed on the bottom/top of te page.
The running total (Transport:) prints the wrong total: is print the total of the current page + the amount of the first line on the second page.
(see the attached image)
On the first page the total after 'Transport:' should show 901,88 instead of 1089,08
The second page should repeat the total of 901,88.
As can be seen in the attachment, the amount (column Bedrag Eur) of the first data line on page 2: 187,20 is already included in the total.
I also tried to use the BeforePrint event to generate the total (like the examples in the help/reference fil), but that gives me te same result.
How to solve ?
Comments
Please send your report file (.frx).
I uploaded the FR_EXTERN.FRX.
Print on the band = Page footer
Reset after print = false
Alex,
I changed the TotalLopend settings as you mentioned, but the result is still the same -> wrong total.