Hello,
I have a task to create a pdf form that will display data from the database.
This page has at least 2 pages, but the number of pages can grow based on the amount of data that comes fr
Each page should have header and footer that always must be at the same place.
Solved! Go to Solution.
Views
Replies
Total Likes
Put the header and footer boilerplate in the master page. Adjust the content area to handle your variable content.
Views
Replies
Total Likes
Put the header and footer boilerplate in the master page. Adjust the content area to handle your variable content.
Views
Replies
Total Likes
Thanks a lot for your advise! That made perfect sense.
May I ask you another question, please?
I have a footer on the bottom of the page and this footer must stay in the same location all the time.
If the data, that is entered into the text field above the footer is too big to fit and I need to break the contend of this text box and move it to another page.
How can this be accomplish?
I made some changes during the design, but it looks that something is missing.
1. The text box allows multiple lines, allows page breaks withing content, and it is wrapped into the subform
2. The subform is set to flowed and allow page breaks within content is checked
But the data still goes over the footer.
Thank you.
Views
Replies
Total Likes
Make sure all your subforms (including the root) are set to flowed.
Views
Replies
Total Likes
Thanks a lot for your advise!
Everything is working as I wanted!
But I ran into another issue.
I would truly appreciate your advise if you know what the problem is.
When I try to assign values to the text fields on the subform inside the Master Page these fields are not visible.
Here is the hierarchy of my form
form1
MasterPage1
Page1
sfHeader
txtName
Thank you.
Views
Replies
Total Likes