MaxIteration

bhuberbhuber Member Posts: 78
edited 2001-09-26 in Navision Financials
I have set a section within a report to have a specific MaxIteration value. Can I enter C/SIDE code that will execute only when the MaxIteration value is reached? If so How?

Comments

  • Stefan_LimpertStefan_Limpert Member Posts: 30
    Grüß dich bhuber,
    use the Showoutput-Function in the Pre-item of your section.
    for Example
    CurrReport.SHOWOUTPUT(maxIteration = 5)
    or
    CurrReport.SHOWOUTPUT(varCounter = maxIteration)
    The section will only print when the Function returns "TRUE"

    Regards
    Stefan
Sign In or Register to comment.