Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TppDBMemo question

edited May 2004 in General
I have problem in using TppDBMemo:

My report:
Customer Name Memo Remark
A A-1
A-2
B
======================================= page break
B-1
C C-1

Sometimes, the Memo remark ("B-1" in this case) prints on the next page. It
only happens ocassionally.
Any hints?

Benson Wong
Linktech Computer System Co.
D5, RBEnt 6.03, Win2000

Comments

  • edited May 2004
    Hi Benson,

    If the memo B-1 is too large to fit in the remaining space provided on the
    first page, it will break the page and continue to print on the second page.
    If you have the KeepTogether property set to True, it will break the page
    and print the entire memo on the next page. Be sure you have given enough
    room at the bottom of the first page for the B-1 memo.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2004
    > If the memo B-1 is too large to fit in the remaining space provided on the
    page.
    It is correct if B-1 is too large to fit in the first page then break the
    page and continue to print on the second page.
    BUT sometimes even the first line of B-1 is not printed on the first page.
    Something like this:

    (not happen in all cases)
    B xxxxxxxxxxxx
    =============================================== page break
    B-1 line 1
    B-1 line 2

    it should be

    B B-1 line 1 xxxxxxxxxxxx
    =============================================== page break
    B-1 line 2

    ANY comment?

    Benson.


This discussion has been closed.