Avatar

Level 1

Hi all,

I have solved the problem by creating a subform adding a retangle with a pattern cross to it and adding the following javascript to the subform:

form1.purchaseOrder.footer::ready:layout - (JavaScript, client)
var myH = (234.95 - xfa.layout.y(footer,"mm"));
this.Rectangle1.h = myH + "mm";
xfa.layout.relayout();

Cheers

Ubi