Report header

MellaartMellaart Member Posts: 5
How to set report header to no

After the last orders I want to include some pages with normal text without
the header.
How can I set the header to no?

Comments

  • vijay_gvijay_g Member Posts: 884
    As i understand what you are looking for that is if your report generating total 8 page then you want last 2 page without header.

    you need to mark the point (use a variable) from where you don't want to print header and then help of this you can skip the header.

    //header
    CurrReport.Showoutput(Not Var);
Sign In or Register to comment.