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

Memo and Wrapping

edited April 2004 in General
Delphi 6 and Reportbuilder 7.03.

I have a memo field on my report that has to be limited to around 10
characters on the page. I add lines to this memo with code. If the string I
am passing into the list is longer than the static width of the memo, it
wraps to the next line. Is there any way to stop this from happening? I do
have 'CharWrap' set to False if that helps.

Thanks in advance.

David Lawnicki

Comments

  • edited April 2004
    Hi David,

    I'm unclear what you would like your report to look like. If you size a
    memo component to have the height of one line and the width of 10
    characters, you will not see the wrapped text unless you have the
    TppMemo.Stretch property set to True. Be sure that Stretch is set to False
    and the size of the memo restricts any text from being wrapped and see if
    that gives you the results you are after.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.