Hi there,I have a table that is nested with in three flowed subforms,
when i dynamicly add rows (using a numeric field, a submit button and a
for loop in javascript) I can add about 18 rows without issue, howvewr
if i try and add 25 rows, the form inserts 5 blank pages and places the
table on the last page with 5 rows disappearing off the bottom. the
table and rows are set to split with content on both the rows and the
table, and all the subforms are set to split with content, but the table
refu...