Hi,
I'm having this issue with a copy of the 206 report using NAV 2013. I created a copy of the report to create my own Sales Invoice, but having this issue with the header.
I placed the CustAddr and some other fields in the header, using the SetData and GetData functions. Only all these fields are hidden and only printed on the last page of the report, instead of on all report pages. Though label-fields on the header are printed on all pages (expression for these field are like: =First(Fields!InvNoCaption.Value, "DataSet_Result")).
I took a look at the dataset and saw the CustAddr fields are set on all lines, so the problem has to be something with the layout.
Can someone help me on how to get the proper field values on all report pages instead of only the lastone?
Marc
0
Comments
Thanks for your reply! This seemed to be the solution. Can you explain why NAV needs the container field to be on the top left corner of the list?
Thanks again, this helped me a lot!
Marc
- Body
- Header
- Footer
If Code.SetData is at the end of the body, report variables will be evaluated too late to be shown through GetData function in all pages before the last one.
Hope not say any inaccuracy :oops: