Hi all, i'm doing a customized sales delivery order rpt..and i made the report to print 10 lines per pages, then when i ADD IN FOOTER it's display the wrong amount for me..the footer only cater the last record amount.
Also my transfooter & transheader also do not print out..although i already add in the section for each of them.
IS IT this kind of scenario happen because of the customizat'n that i did(print only 10 line per pages, eg: if (x mod 11) then new page)....?????
What is the best alternative solution in order to make footer, transfooter & transheader??
0
Comments
DataItem1
DataItem2
DataItem3
and you will add transfooter into DataItem2 and DataItem3 and the pagebreak will be after last record from DataItem2, there will be no Transfooter and Transheader... and there are many other examples. It is why Integer table is used so many times in standard reports...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
My report has the following dataitems
Item
Sales Order
Routing Lines
Purchase Orders
Integer
I want a transheader to print the Item details again at the top of a new page if one occurs at any point in (or between) any of the dataitems. I have tried adding the neccessary transheader into each dataitem but there are still occasions when one doesnt get printed.
Thanks in anticipation.
All of the dataitems except Item are indented by one level.
Why don't people like using the <code> tags.