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

Stretching tppDBMemo not stretching

edited September 2002 in General
I have a dbMemo inside a region, after making some unrelated changes
to the same form, and releasing my version, it was discovered that the
memo was not stretching.

The Stretch property was still set to true, and changing the height of
the memo within the region showed more or less lines, but restricted
to the design-time height.

When I set the Stretch property to False, then back to True, it
started working again. Because of this I am sure I won't be able to
reproduce it, but it definitely happened.

Has anyone experienced the same problem - I have seen it before but
didn't do anything about it.

Martin Clarke.

Comments

  • edited September 2002
    We haven't seen this behavior before. It may have been related to the fact
    that you just dropped the memo in a region. If it is reproducable can you
    tell us how to reproduce it?


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002
    Sorry, for delay in follow up. It happened several times, but I still
    don't know the cause. Perhaps it occurs on checkin/out of my VCS.

    I have found that if I put the following code in the oncreate, it
    fixes the problem (obviously I need to remember to do the same code
    for any stretching memos):

    ppWOVData.Stretch := False;
    ppWOVData.Stretch := True;



    On Wed, 11 Sep 2002 10:52:46 -0500, "Jim Bennett \(Digital
  • edited September 2002
    In the future, if you do come up with an example which does show the error
    repeatedly, then please send it to us and we'll see if it is a problem in
    our code.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.