Hi Experts,
The image underneath illustrates my problem:
I have a table element on my form and the header of that table is the header (3lines with on every line a single textfield) of every page in case of overflow.
If the value of the textfield on line 2 is empty it should be hidden and the blank line should be hidden.
To achieve this, I've created a flowed top to bottom layout and I've written JavaScript coding to hide the field when its NULL.
When I have a form which consists of 2 pages, the header of the first page scales correctly (Line 2 is hidden and does not reserve any space).
However on the next page (or subsequal pages), Line 2 is hidden since the caption of the textfield is not displayed, BUT the space is still reserved and the header is not resized.
Any of you have an idea how to solve this?
Thanks in advance for your help.
Kind regards,
Niels De Greef