Hello
I have a document with data at the top of the page and then a dynamic table. This table can contain a maximum of 15 lines and if this value is exceeded then I must generate a new page with the same content at the top of the page and below the rest of the table. I don’t see how to code this in the designer despite the research on the forum. THE dynamic table is contained in an absolute box
Thank you for your help
Hi dhaize93,
A positioned box wont allow for table overflow the way you need it. You need to place the table as static on your templates section. (Never place a detail table on a master page) Then in your master page properties you set the header and footer margins. These margins will force the table to flow in those areas across pages. I usually set these margins before adding the detail table. Also check the Source code of your template after adding the detail table to ensure that the default paragraph code (<p><br></p>
) is not after your table code. If so it can cause blank pages.
Regards,
S