Page Header and Page Footer in RTC

rajalakshmi223rajalakshmi223 Member Posts: 8
edited 2013-02-25 in NAV Three Tier
Hi All

I need page header and page footer to be displayed customer wise. ie page header must be printed only Once and page footer must be printed only once at last page for each customer.i need to do this in base report "statement" 116. need ur help. :!: ](*,)

Comments

  • Wisa123Wisa123 Member Posts: 308
    Hi,

    First of all, Nav13 or 2009 ?
    I dont know the Standard Report, But I guess its already split per Customer (page wise).

    Therefore there may be a DataItem running through your Customer Table, so every time the Report runs the OnAfterGetRecord trigger of this DataItem you have a new Customer.

    Knowing this i would just set a Boolean Variable (just to clearify if its a new customer or not), and set the Visible(Hidden) Property in the Layout based on this Boolean, (You'll have to include it into the Section Layout if you work on 2009)


    Greetings Wisa
    Austrian NAV/BC Dev
Sign In or Register to comment.