Need help with this report
Hi,
I am using Delphi 5 Enterprise, with RepBuilder 6.03 and Apollo.
I have a multi-part form like that:
+---------------+
| header |
+---------------+
| detail |
| detail |
| detail |
+---------------+
| footer |
+---------------+
I made it with group to print header in each page. It?s working fine
For detail I made a subreport. It?s working fine.
My problem is with footer. If detail is long and goes to another page,
header is printing again, page number is increasing, but footer only prints
on last page.
I would like to repeat same footer on each page, on same place.
Best regards
Sergio Melchiori
I am using Delphi 5 Enterprise, with RepBuilder 6.03 and Apollo.
I have a multi-part form like that:
+---------------+
| header |
+---------------+
| detail |
| detail |
| detail |
+---------------+
| footer |
+---------------+
I made it with group to print header in each page. It?s working fine
For detail I made a subreport. It?s working fine.
My problem is with footer. If detail is long and goes to another page,
header is printing again, page number is increasing, but footer only prints
on last page.
I would like to repeat same footer on each page, on same place.
Best regards
Sergio Melchiori
This discussion has been closed.
Comments
you need to use the page footer which will print on every page regardless.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I tested with 3 forms to print.
First has 2 pages and 49 details
Second has 2 pages and 51 details
Third has 2 pages and 46 details
Only the last page ( third form, page two) printed the value from second
form.
Form 1
page 1 - page footer printed for total 49
page 2 - page footer printed for total 49
Form 2
page 1 - page footer printed for total 51
page 2 - page footer printed for total 51
Form 3
page 1 - page footer printed for total 46
page 2 - page footer printed for total 51 - repeated value from Form
2
By the way, i have other information to print and that value isn?t
calculated in the report.
Any hint to solve that.
Best regards
Sergio
"Alexander Kramnik (Digital Metaphors)"