Hi,
I have a report to design where I need to have 2 tables in each page. So the design has to be like,
1. LOGO + Header Infos --> To be repeated in each page
2. Table 1 --> having order informations --> if it exceeds count 8, then the rest in next page and in the same place.
3. Again some static texts --> To be repeated in each page
4. Table 2 --> having gift information for each order line --> if it exceeds count 8, then the rest in next page and in the same place.
5. Again some static texts --> To be repeated in each page
So, if the report prints multiple pages, the location of each element mentioned above will have their own place.
My trials -->
My question is how can I limit the table rows to 8 for each page.
I have used 2 subreports, first one contains section 1 - 3 and the second one 4 and 5.
Please could you help me out if you happen to generate similar kind of reports...