IncludeInDataset in Nav 5.0 SP1

IvonaKIvonaK Member Posts: 115
Hi everyone,

I have change Report:120 Aged Accounts Receivable , I have added new Text Box in Section,
but I want that text box to change visible depending on some condition. I use Nav 5.0 SP1.

My question is, if there (in Nav 5.0 SP1) is something simular like IncludeInDataset in nav2009.

Thanks

Comments

  • geordiegeordie Member Posts: 655
    Hi, it's not possible to manage run time visbility of textbox in section, as far as I know there are 2 ways:
    - Create two similar sections (one with the textbox and one without it) and manage their visibility with CurrReport.SHOWOUTPUT statement in OnPreSection trigger
    - Empty the variable which is textbox's source expression when it doesn't have to be shown.
  • IvonaKIvonaK Member Posts: 115
    Thanks a lot.
Sign In or Register to comment.