Home General

DBMemo maximum height

edited August 2001 in General
I have ppDBMemo stretchable, but I need to specify a maximum height, how
can do this ?

--
Philippe Constant
CTRL/Informatique
350 Rue Franquet, bureau 50
Ste-Foy, Qc
G1P 4P3

Comments

  • edited August 2001
    You're gonna want to use a subreport. Either use a fixed style subreport,
    if you want to stop printing the memo and never have it continue generate
    flowing on another page. If you do want the memo to generate on another
    page, then place the memo in a child type subreport and set the StopPosition
    property of the subreport. It will stop generating the memo on the page
    when this position is met. Then the subreport will continue printing the
    memo on the next page.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.