I have a simple form with header, body and footer. The body contains a label with a global variable attached as dataprovider. That global is filled with a HTML table. The body part allows breaking across page bounds.
Whenever that breaking is necessary because the HTML table is getting too long for the page, an empty first page appears. If everything fits on one page, that empty page does not appear.
Anyone else seen this problem?
Servoy Developer
Version 3.5.3-build 516
Java version 1.6.0_03-b05 (Windows Vista)
If I set the label’s print sliding to allow it grow horizontal as well as vertical, the empty page goes away – but, the label then often doesn’t grow big enough and clips some of my content.
I’ve reverted to an HTML_AREA for the moment, but the kerning problem is back.