Hi All,
I am doing a script where in the layout there are 8 MAIN windows of equal dimensions both in the FIRST and the NEXT page.In each of these 8 windows a logo appears at the bottom and certain numeric values.
Now, in the preview from the 7th page onwards the text(numeric values) in the windows start moving down.With each page the text moves down and ovrlaps with the logo.
Now, there is a condition in the text element which is satisfied from the 7th page onwards and another numeric value &ZBARRIER& is printed.The code snippet is given below.
/: IF &ZBARRIER& NE &SPACE&
/* BARRIER Brand artikelnummer: &ZBARRIER&
GAMMAL PRODUKTKOD: &ZBARRIER&
/: ELSE
/: ENDIF
Why is it that with the introduction of 1 value, all the other values start moving down?
Does anybody has an answer to this problem.
BR
Anindya