Hello All,
I'm a newbie making good progress, but have a dilema with a report you may have encountered already.
This most likely goes against the nature of Navision reporting but I'll ask the question anyway. For the data items below, when there is a sales discount displayed on the SalesInvLine section, it would be nice to note this on the PageLoop section of the same report (SalesInvLine is indented under PageLoop). Obviously when I grab the value from the indented item SalesInvLine OnAfterGetRecord() area, I'm one record too late...any suggestions, samples, questions?
Thanks for any help!
DataItem_____Name
Sales Invoice Header_____<Sales Invoice Header>
>Sales Invoice Line_____<Sales Invoice Line>
>Sales Comment Line _____<Sales Comment Line>
>Integer_____CopyLoop
>>Integer_____PageLoop
>>>Integer_____SalesInvLine
0
Comments
You need to figure out what runs in which order. OnInit, then the request form triggers, then OnPre, then the dataitems and the sections as the data is printed, then OnPost. If you know the flow of all the triggers, you will be able to figure out where to do what.
RIS Plus, LLC
Chris