Payables Management check alignment / Page Break / supression issues
3 January 2003
Issue Description
When printing the Payables Management Stub Top and Bottom Check, the last check in the batch does not print. Other symptoms include the first check being suppressed and incorrect page alignment randomly within the batch.
Solution
OPTION 1:
Replace the existing suppression formula in Group Footer #3 with the following:
Previous({PM10801.SEQNUMBR}) = Maximum({PM10801.SEQNUMBR}) or( Previous({PM10801.SEQNUMBR}) = Maximum({PM10801.SEQNUMBR}) - 1 and Previous({PM10801.DSTSQNUM}) <> 1) or IsNull({@Next Sequence})
OPTION 2:
Replace the existing suppression formula in Group Footer #3 with the following:
If {?Payment Number} = "" then Previous({PM10801.SEQNUMBR}) = Maximum({PM10801.SEQNUMBR}) or IsNull({@Next Sequence}) else Previous({PM10801.SEQNUMBR}) = Maximum({PM10801.SEQNUMBR}) or (Previous({PM10801.SEQNUMBR}) = Maximum ({PM10801.SEQNUMBR}) - 1 and Previous({PM10801.DSTSQNUM}) <> 1) or IsNull({@Next Sequence})