Hello, i must implement a form that prints the contents of a table passed as parameter. The thing is that the contents of the table must be printed in groups of 5 rows and each page must have a maximum of 5 groups. Between each pair of groups there must be a blank line.
Can anyone help me out with this? How can i apply the restrictions described above?
Thanks in advance.