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

CharWrap tppMemo doesn't work

edited September 2003 in General
Hi,

We have a report and we use the TppMemo.
We use the property CharWrap = true.
It doens't work good.
We have a large text to display and the memo breaks a word in half.
ex: THE ARTICLE CANNOT CHANGE FOR THIS MO
NTH

You see the word MONTH break in half normaly it must be like this:
THE ARTICLE CANNOT CHANGE FOR THIS
MONTH

The TppMemo does not have the property WordWrap ! How come ?
Is CharWrap the same as WordWrap ?

How can is solve this problem ?


Greetz Hans
Peopleware Hoboken

Comments

  • edited September 2003
    I think you can use the .wordwrap property in code, but it is not published
    in the Object Inspector.

  • edited September 2003
    Hi Hanz,

    The TppMemo component word wraps automatically without having to set any
    properties. Try turning the CharWrap property off and see if you get the
    results you want. The memo lines should wrap to the size of the TppMemo
    control box.

    --
    Best Regards,

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