Page 1 of 1

Insert text at the beginning of each page

Posted: Thu Dec 10, 2020 8:29 pm
by tiagosis
Hi, I need to create a routine where I can include a standard text at the beginning of each page and break the line to continue the user's text, I thought of a loop but I couldn't find a way to do it.

Re: Insert text at the beginning of each page

Posted: Fri Dec 11, 2020 11:09 am
by Sergey Tkachenko
What if, when you insert this text, page breaks will be added in different places?
Maybe you can use headers instead?

Re: Insert text at the beginning of each page

Posted: Fri Dec 11, 2020 4:56 pm
by tiagosis
thanks for the answer, i can't use the header because in this case my text would be fixed.
I need to insert it on the first line of each page and give a broken line for the user to enter as his text.

Re: Insert text at the beginning of each page

Posted: Sat Dec 12, 2020 9:58 am
by Sergey Tkachenko
I can see the following problems:

1) Text can be inserted not in any places. If a page break is inside a table, text insertion is not possible.
2) Page may break at any place, for example is in the middle of a sentence, and inserting text would make a nonsense.
3) Let you have 2 pages. You insert text, and now, if you try to print it, page break will be added in different places, making 3 or even 4 pages.