Blank pages at the end of my printouts

I am having trouble with the Print command in Servoy Methods. If I put an ‘HTML area’ type field on the body of a form and set the body to break across page bounderies and the field to grow vertically as needed I get a bunch of blank pages printing out after the document.

John McCann

I attached a simple solution with a method that demonstrates the problem. Note the blank pages can even be seen in page preview mode. I have other forms where all is normal in page preview mode but when I use print in a method I get the blank pages?

Servoy Developer
Version R2 2.0.2-build 275
Java version 1.4.2_04-b05 (Windows XP)
MS SQL Server

OK I figured it out. I could get the blank pages to go away by specifying the paragraph width in my HTML code. For instance

. If I set the width in the HTML code to a little more narrow than the HTML area field it prints with no blank pages.

HTML Neophyte

John McCann