


30-10-2008
pguerett
pguerett
30-10-2008
30-10-2008
pguerett
pguerett
30-10-2008
18-11-2008
18-11-2008
pguerett
pguerett
19-11-2008
lewis4242
lewis4242
12-06-2010
I have the same issue, I am repeating data and want a new page after each new table so I have set the 'after' value to be 'go to next page' in the pagination tab for the table.
Where does the new page live in the model? How can I remove it?
Thanks
Lewis
lewis4242
lewis4242
14-06-2010
I got a solution for this, for me anyway. Instead of doing 'Go to next page' as the after event on the pagination tab, I setup a conditional break to add a new page with the following javascript condition:
this.index < this.parent._person.count -1
where is the name of the subform to be repeated