Share via


CustVendCheque_Payroll.calcRemainingLines Method [AX 2012]

Helper method to determine the number of lines left to print in an overflow check

Syntax

private container calcRemainingLines(int topLines, int bottomLines)

Run On

Called

Parameters

  • topLines
    Type: int
    Number of lines printing in the top grid.
  • bottomLines
    Type: int
    Number of lines printing in the bottom grid.

Return Value

Type: container
Returns number of lines left to print on a successive page.

See Also

Reference

CustVendCheque_Payroll Class