I am printing a nested table on form with 2 lines of heading (H). It prints data as shown below which is fine.
H1 a
H1 b
L1
L2
L3
H2 a
H2 b
L1
L2
I have setting selected to continue printing to next page in case of overflow and print Header in all pages.
In above example if the data for H2 ends at the end of page with space to print 1 line of heading then page break is triggered,
so the next heading is printed in next page.
This page break on heading is causing the heading to print twice as show below . Once because of page break and once because
it is set to print on all pages.
H3 a
H3 b
H3 a
H3 b
L1
L2…
How do I avoid printing it twice ?
Thanks in advance.
Tale
regards,
SK