Code: Select all
---------------------------------------------------------
-- Something - : - [AddingTextInRunTime] -
-- Something 2 - : - [AddingTextInRunTime2] -
-- Something 3 - : - [AddingTextInRunTime3] -
--------------------------------------------------------- (This is a Table :S )
Blaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Blaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- [AddingTextInRunTime]= include 5 line Text
- [AddingTextInRunTime2]= include 8 line Text
- [AddingTextInRunTime3]= include 2 line Text
As the variables that are written to the cells contains different length of texts and the cells that I designed before are designed as single line when the variables are begin printing the pages begin to go down by each extra line required for each variable.
I mean I designed the 5th header at the top of the 5th page but when I run the program 5th header begins at the middle of the page and the sliding of the pages continues growing with each variable.
Is there a way to prevent this sliding?
The cell variables contents/line counts is different length from I prepared before. I designed pages, cells of Tables have 1 line and I typed the variables then add some information about the page. This page is done and I add page break then continue to second page and the others.
In runtime, I open the file and Replace the variables to long text that includes 5 or 8 lines text. After the Replacing process page count increase cause that includes 5 or 8 lines text. In design time every page has a header that position of beginning of page but in run time (After the variable replacing) header position shifted and other page headers nearly middle of the page.