Hello
I'm making a RTC Report and header isn't updating when i build multiple reports.
I've noticed that the Report reads the proper headers values, however it just copy the first header for all the reports.
Other thing i've noticed is that if i call a single report (whatever report is) the header is written just fine.
Any clue on what might making this happening? :-k
Thanks in advance
Answers
Are you designing for NAV2009 or NAV2013 ?
If 2009, how do you show your fields in the header (get/set-data, reportitems!) ?
Is the Dataset correct?
Good Luck
Wisa
I'm designing in NAV 2009 and using get/set data and as far as i recall the Dataset is correct.
My first though about this was the use of array, but I imagine it's not doable like that as the get/set should be called before he writes each report and in that case the ID numbers in the header should be updated per client, wich is precisely where the reports is failing.