Options

Aging Report with 5 periods

oleschjoetholeschjoeth Member Posts: 74
Hello,

I wonder if any of you have expanded the report "Aged Accounts Receivable" (#10040) to show aged post within 5 periods e.g. 0-30, 31-60, 61-90, 91-120, 120+

I keep getting into trouble with the array PeriodEndingDate giving an error on an invalid date???

Any hints will be highly appreciated :D

Ole

Comments

  • Options
    sggsgg Member Posts: 109
    Hello,

    I wonder if any of you have expanded the report "Aged Accounts Receivable" (#10040) to show aged post within 5 periods e.g. 0-30, 31-60, 61-90, 91-120, 120+

    I keep getting into trouble with the array PeriodEndingDate giving an error on an invalid date???

    Any hints will be highly appreciated :D

    Ole

    What modifications did you make to the OnPreReport Trigger ?
    The Two For Loops should terminate at 5, and the next code should be like this : PeriodEndingDate[6] := 0D;
    Sunday, Godwin G
Sign In or Register to comment.