Hello,
I placed a footer on a report and set the property on "PrintOnEverySite = yes".
But Navision print the footer on all pages, but not on the first.
Is that default - or did I made a mistake?
Is there another footer above or below it, with PrintOnEveryPage=No? For some strange reason footers sometimes seem to stuck together: if one is not shown, then the other also not shown. KeepWithNext property seems to do nothing with it (at least it was not in 3.7 when I tried it last time)
Solution:
1) Set ALL headers and footers to PrintOnEveryPage=Yes
2) For those ones that should appear ONLY on the first page, enter
Curreport.SHOWOUTPUT(Curreport.PAGENO=1)
Do It Yourself is they key. Standard code might work - your code surely works.
Do you have any body records printed on first page for that data item? I don't think it will print the footer, if the report hasn't started printing that dataitem.
Ahmed Rashed Amini
Independent Consultant/Developer
Comments
Solution:
1) Set ALL headers and footers to PrintOnEveryPage=Yes
2) For those ones that should appear ONLY on the first page, enter
Do It Yourself is they key. Standard code might work - your code surely works.
thanks for your help - but it doesn't solve my problem
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n