Skip to main content

RTC Report Development 3.

Hi all,

If you haven't read part1 and part2 then click here for Part1 and Part2.

Now lets see what can be done to create Page Header without any issues.

Lets check what Microsoft do to create Page Header for the same report. Here is what it see the Layout of standard Report.




Now what the hell is Code.Getdata(x,y) and how it get values for the header part.
Let find out where is GetData Function and where it refers.
If u can see there are three RED box in the top of page header, with hidden set to true.
Here is the image, I have enlarged the text box for you.



Now where they refer is the another problem.
Now in body you can again see three text boxes and their name will be the name referred by the red column is page header.
Lets see the contents of these three Red text boxes.



So now we know where it refers but from where getdata() function is -
For this go to the report properties and then in the code tab you can find the getdata and other functions.




Microsoft have done a bit complex thing to understand -

  • They have created three groups in page header.
  • Three groups are one for Address, Second for Company Information and Third for Other Information.
  • That is why code.getdata() contain two parameters one for the field position in the textbox in body and second for the group.

One can use these functions but just copying from standard report and pasting it to the new customized report.

In Next Post we will create the Page Header using getdata() and setdata() but without group.

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.