Hello-
I am designing a form that is merged with XML data. In the form, there is a subform that my end user does not want to break (she wants to see all the information in the subform on one page.) The problem is this subform contains a repeating table so if there is a enough XML data for the table, the subform could span multiple pages because the table can be quite large.
Any ideas on how to handle a subform that should only break if it is longer than one page?
Other ideas on how to handle this scenario?
Thanks
FIrst check the maximum height that the subform can have while being on the same page.
Then using this value apply the script which verifies the subform height , and makes it "page Break Across pages" only once that height is crossed
~~ S I D ~~