Report Script: Filter Overdue Letter with specific age that is due: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
 
Line 23: Line 23:


===Add function of FilterDueAge===
===Add function of FilterDueAge===
'''FilterDueAge''' removes detail table record that is not in the filter range of '''Age'''.
'''FilterDueAge''' removes detail table record that is not in the filter range of '''Age'''.<br/>
And remove debtor that has no overdue document that is shown as highlighted in following code.
<syntaxhighlight lang="csharp">

<syntaxhighlight lang="csharp" highlight="15">
private void FilterDueAge(int fromAge, int toAge)
private void FilterDueAge(int fromAge, int toAge)
{
{