I need to do the same thing this PP needed to do. This post answers my question, but I'm not computer literate enough to know how to do what he is telling me to do. Can someone translate this for me? As in, go here, click this, type this, drag this onto the screen, change this to this. I'm not a complete moron, but this is the first form creation type of thing I've done.
I do not need a header and footer or page numbers. I just need one text field at the end of the form that can be as long as the person typing wants it to be, and go from page to page so that it will print without that obnoxious black box plus sign at the bottom.
Thanks,
Dana
Topic
Text overflow to next page.
Kathy Potter - 01:09pm Feb 4, 2005 Pacific
We are trying to create documents in Adobe Designer 7.0. Some imported text will be lengthy, and we want the text to flow to the next page to accomodate the information if necessary, and have the page numbers automatically be added to the total. Page 4 of 4 would automatically grow to page 5 of 5. Can this be done? Also, we want some information kept together, and if there is not enough room on the page, the whole group would overflow to the next page. I would really appreciate help with this - even if it's just to say that this is not possible.
Thanks in advance.
KP
--------------------------------------------------------------------------------
Reply To This Discussion | Back to Topic List | Bookmark | Subscribe
Hi,
what you are trying to do is possible. There are atleast two general ways of doing this.
If the text data comes from a single field, then the xdp form can easily place the data onto each page and create a new page when required. You can repeat a header and footer onto each page as well.
in the repeating part of the page, you need to create your field that will repeat. This can be a single row field with the layout width property set to expand. Bind this field to your data source.
Wrap the field in a subform and set the subform property to Position Content. Once the following header and footer subforms are created, set the overflow leader and overflow trailer properties for this subform to those of the header and footer subforms.
Then, wrap this subform in another larger subform. This will be set to Flow Content. Add the header and footer subforms here (with appropriate fields).
That should give you an idea of how it can work.