XML Repeating group
Hi all,
I have designed rtf based on the below tags
<?for-each:G_INV_HEADER?>
AAA BBBB BBBBB
<?for-each:G_INV_DETAILS?>
XXX YYYY UUUU IIII
<?end for-each?>
<?end for-each?>
I have requested to design the report to print out each invoice header on the first page (portrait), and the details related to the invoice header directly into next page (Landscape) for each repeating cycle.
accordingly, I have adjust the above code as following:
On the first page (Portrait):
<?for-each:G_INV_HEADER?>
AAA BBBB BBBBB
On the Second Page (landscape):
<?for-each:G_INV_DETAILS?>
XXX YYYY UUUU IIII
<?end for-each?>