Skip to Content
0
Jul 06, 2020 at 09:22 AM

Adobe form header overlapped by body rows

196 Views

Hi guys!

I have an adobe static form with 1 table. The columns will be dynamic - meaning the user can change from a screen, which columns will he/she choose to fill in. I reduced my problem to the following:

When I have a table made of subforms (header subform - made of texfields, body subform - made of textfields) that might overflow to consequent pages the body rows overlap the overflow header on these pages. The problem is that I set the height of the header from javascript, that is respected by the body rows on the first page but not not the consequent pages.

Here is an image of the problem

The default size of the header subform is 9mm that I set to 15mm by javascript. On the first page the body rows start at 15mm, on the consequent pages they start at 9mm.

Basically that is the code on the body subform (this is how I reduced the problem instead of sending the whole code):

this.overflow.leader = "xfa.form.data.Page1.myHeader";

this.parent.myHeader.h = "15mm";

Thanks, and best regard,

David.

Attachments

pages.png (19.0 kB)