I have customised a report in Navision 6.0.When it is opened in RTC all the fiels are not displaying . Direct table fields are showing but when we take the values in a text box its values are not showing . How can I resolve this problem. can any body help me.....
0
Comments
(just guessing) :whistle:
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
I had declared a variable in C/AL global and given that variable as the Source expression . Code is given to fetch values from table to this variable.
Thanks in Advance....
EDIT: don't ask me how to design the rdlc layout, it's too long to explain and there's a plenty of documentation about it
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
After designing the report in Classic do I modify the whole report in rdlc layout? I need to display the text box values in Groupfooter.
I had made some changes in rdlc layout and save it .After that I want to make anothor change and open the report in rdlc format all the earlier made changes are gone. what can I do....
Thanks in Advance...
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
How can I insert a Table detail row after a Table Footer row in rdlc layout......................
How can I call a Code Unit into rdlc layout.......
Thanks in Advance..
EDIT: i said "you don't have to" because all the business logic is executed in navision: call the report from the onaftergetrecord for example...and it will be done...rdlc is only for showing the report, not for executing business logic...
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
I have given the code in the onaftergetrecord and modified the rdlc also. But all the functionalities are not working in that. On varifying the documents relating to report generation in Nav 2009 I noticed about redesigning the report in rdlc layout. It is working fine to a some extend. But I cannot call the codeunit into it . can any body help me..........
Thanks in Advance.................
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog