Stretching tppDBMemo not stretching
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.
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.
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
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
repeatedly, then please send it to us and we'll see if it is a problem in
our code.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com