REPORT NOOF LINES

mkpjsrmkpjsr Member Posts: 587
edited 2013-01-02 in NAV Three Tier
hi experts


suppose areport contains 20 noof lines . I want to display first 10 lines into the first page and another 10 lines into the next page. Plz guide me how can i do this. plz mention the code.

Comments

  • SogSog Member Posts: 1,023
    if mypersonalcounter mod 10 = 0 then
    currreport.newpage
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • mkpjsrmkpjsr Member Posts: 587
    plz specify the trigger name where i will write this.
  • SogSog Member Posts: 1,023
    Why don't you try and figure it out for yourself, 300+ posts and you still ask basic questions...
    To still answer your question, I'll answer in questions.
    Which triggers do we have at our disposal?
    Which triggers can be used to achieve this behaviour?
    Should the data be printed before or after calling this logic?

    Answer these questions for yourself and you'll find an answer.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.