Word Forms
Posted on Jan 08, 2009 under xn--zqqs84h3is.com | editI would like to create a word template that includes both forms. On the first page of the template, I would like the document to have the Cover form. On the second page or any page that is added by the user thereafter, I would like the page to have Page form. I would like the Page form to be dynamically added when a new page is added to the document. Any ideas?
Also my Cover Form consists of a table. The last row of the table will expanded across 2 pages . I would like to prevent the table from doing this.
I've tried modifying the row properties by turning off "allow to break across pages." But this doesn't work. Any ideas?
Many Thanks for any help you can provide.
1. You need to create an autotext entry of your form page. This means you can't use the bookmarks, too 'cause they'll be duplicated when you insert a new page.
2. You need to create a toolbar button to run a macro that: a) unprotects the doc, b) inserts the autotext entry, c) reprotects the doc without losing the previously entered data from the form fields
3. For tables, no problem. Set the row height to EXACTLY.
#If you have any other info about this subject , Please add it free.# |