I found that when the number of lines for the transactions is exactly the same as the number for breaking (e.g. 10 lines and mod 10) the split page break did not work.
By adding the "and position() != last()" the split bypage break worked.
e.g if:position() mod 10 = 0 and position() != last()
*position = transaction row count
Comments
Post a Comment