If I understand the Designer 8.0 help files, they indicate that you can specify a subform that is already part of your original page to be an overflow header to appear on subsequent pages for a flowed object. The help file gives the example that you could repeat the heading row of a table on subsequent pages.
In my case, I have a large text field where users respond to a long open-ended question. I have a block of text that goes on the first page explaining what information the user must include in their response. When the text field overflows, I want it to spill onto subsequent pages, which I have finally figured out how to do.
However, I would like (need?) to have a header placed ONLY on subsequent pages (not the first page) to indicate that these are continued pages. For instance, assume my heading for the original text field looks like the following:
Miscellaneous: Use this space to provide any information for which there was not sufficient space in any other sections of the form. For each such item of information clearly identify the item number that the information belongs to. Your response is not limited to one page. Additional page(s) will automatically be inserted into this form if the length of your response exceeds the space on this page.
For subsequent pages, I want a heading that just says the following:
Miscellaneous (continued)
Here I assume I would need to have a subform with a text object whose string was simply "Miscellaneous (continued)," and I would specify this as my overflow header. The problem is that I do NOT want this subform to appear UNLESS there is an overflow. How can I specify an overflow header to only be the overflow header on pages created by an overflow? Is there a place I can put subforms that won't show up in the document, so that they will only be visible if there is an overflow?
Thanks,
Tom