Header is repeated on copies

HHJ82
HHJ82 Member Posts: 3
Hi,
I have a report which is fairly much like standard report 206 (Invoice).
The data items are:

Sales invoice Header
>CopyLoop (integer item)
>>PageLoop (integer item with a pageloop header on top of the section screen), PrintOnEveryPage=TRUE.

If I print invoices with no. of copies = 0 (only 1 of each invoice), everything works fine. But if I choose e.g. 2 copies of each invoice, the first printing of the invoice is fine, but on every following print the header is printed 2 times right after each other, and then the lines come.

has anyone seen this before?
Thank you very much for any help
BR, Henrik

Comments

  • gupi
    gupi Member Posts: 3
    Hi,

    with which version to you work?
    Do you have a NAV version 4 SP2 - try it with version 4 SP1 or convert the database to SP 3!

    I had a lot of problems with SP2 and reporting.
  • HHJ82
    HHJ82 Member Posts: 3
    Hi,
    Thank you for your answer. I have heard the same: There can be a lot of problems with reports in earlier versions.
    However, in this case I discovered that there was a very simple explanation:
    The report was built from the same structure as the standard report 206. But the integer copyloop of report 206 has the property NewPageperRecord = Yes. The creator of the report I worked with had missed this property. After it had been set, everything worked.
    Little problem, big trouble :D
    /Henrik