Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Need help with this report

edited July 2002 in General
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

Comments

  • edited July 2002
    The group footer will only print after the group is finished. It seems like
    you need to use the page footer which will print on every page regardless.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

  • edited July 2002
    Thanks for your fast answer.

    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)"
This discussion has been closed.