• WPTools 4.11d and 4.11e (w/patch), and probably other versions. Delphi 5

    I have an option in my application that can automatically keep all text in a
    comment section on the same page when printing a dynamically built report
    based on many of these "comments". I simply walk the comment and add a Keep
    Next property on each paragraph.

    This works fine, unless a comment section spans more than what would fit on
    a whole page. If that happens, I would have expected it to begin a new
    page, fill up, and then proceed to start another page and continue.
    However, what happens is that a new page is started, but then only the first
    paragraph is printed, then a new page, and the next paragraph is printed,
    and then a new page, etc etc, until the total remaining text will fit on a
    single page, where it printes the remaining paragraphs. Pretty ugly.

    Hope there is a simple solution to fix this. :o)

    --- WPTools V4.2 fixes that problem ---