Avatar

Level 4

John Brinkman's blog is not available any more. "John Brinkman" is unknown to Adobe.

Does anyone know how to determine a content area's height?

And: How do I find out which content area a particular subform is placed on (I suppose that this information is only available after layout ....). I am looking for a function
getContentAreaOfSubform(this);

[Background: I would like to calculate in a conditional break how many more rows are to come. Conditional breaks are executed before the layout-ready. Therefore we cannot use xfa.layout.h and such in conditional breaks. I would like to fill a variable in the initialize-event with the content area's height.]