Report Lines Count

fezih5fezih5 Member Posts: 12
Hi all

I want to count the Number of records (Printed Lines) on a certain Body section of my report and display the total value on the report.

How do i manage this?

Thanx

Comments

  • BeliasBelias Member Posts: 2,998
    You should post any question in Navision forum, not in NAV tip & trick.
    BTW, you can create an integer variable and write this code in the onpresection trigger of the body section.
    myIntVariable := myIntVariable + 1;
    
    then display the variable e.g. in a footer section.
    it all depends on where you want to display it...
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,499
    [Topic moved from Navision Tips & Tricks to Navision forum]
Sign In or Register to comment.