Hi,
I'm trying to generate a report which has three data items associated to it,
The first is the main header, this is the staff name using the system.
The next is the refund they have done.
The third is the reason why they refunded, I have indented the tables to each other, I.e 1-2, 2-3. As the third table information (the reason) needs to be on the same line as the refund on the report.
Here's my problem, when you run the report the reason for the first entry is blanked and entered on the second entry and so forth. I understand that this is due to the way the report process in order.....
My question is how do I fix this? Really need to get it done, am fairly fresh to the Nav world but am keen to learn on my own so would really appreciate the help.
Thanks
0
Comments
Follow my blog at http://x-dynamics.blogspot.com
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Data Item Layouts
Sections
As you can see from this screen shot of the 'printed report', it simply misses the first line, but takes that data to the second line.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I have another issue now though, if there is no reason code for that entry, it doesn't display it now, I have checked 'PrintOnlyIfDetail' and that is set to no!
It appears to be that if there is no 'Trans. Infocode Entry' then it won't include the 'Trans. Sales Entry'
Any ideas?
If exists then show the Trans. Infocode Entry sections
if not show Trans Sales Entry Sections
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Write below code in onAfterGetrecord of Trans. Sales Entry
In Trans. Sales Entry Sections write
In Trans. Infocode Entry Sections
PS: Above code in not tested so you may require some changes..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav