dbMemo does not stretch, but dbRichText does.
In a subReport, I am unable to get the height of a dbMemo to increase
according to needs. Instead, the length of the memo inxreases. If I use a
dbRichText component instead, and set its Stretch property to true,
everything works fine.
Am I missing something?
Thank you,
Jean-Paul
according to needs. Instead, the length of the memo inxreases. If I use a
dbRichText component instead, and set its Stretch property to true,
everything works fine.
Am I missing something?
Thank you,
Jean-Paul
This discussion has been closed.
Comments
next to each other on the component palette. A dbMemo has a Stretch
property which will cause it to stretch vertically.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I did use the dbMemo (not the dbText) and did set its Stretch property to
true. Still, it did not adjust its height.
Jean-Paul
behavior before. Can you send a demo to support@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
being in the middle of an important project, I'm afraid of upgrading
anything without running into big troubles.
As for sending a demo, I'll have to build one, since the actual project is
against Oracle tables and using DOA components.
Jean-Paul
characters in the text.
What if you take this text and place it in a non data aware TppMemo? If
this shows the problem, then all we really need is the exact text from the
db. As for a demo, and in order to pare down the complexity of the report,
place a dbmemo in a detail band of a new report- does the problem persist?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thank you for your ongoing support. Indeed, the text contains several '@'.
Should this be considered a 'special character'?
Here is an example of it:
20010;20016@20018;20026@20028;20031;20032;20050@20060;20070@20085
As you suggested, I placed this text in a non-data aware Memo with the
Stretch property set to true. Again, the height of the Memo did not adjust,
but it kept expanding its length.
Jean-Paul
wrapped with no problem. So I tried it with 5.54 and still it wrapped
correctly. Since you can reproduce it easily with a TppMemo, please save
the report as an ASCII template (see Report.Template.Format) with the
TppMemo and the offending text in it to support@digital-metaphors.com maybe
I'm missing something simple in my report.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thank you Jim for your support.
Jean-Paul
and 5.56, both at delphi design time and at runtime. You may want to double
check to make sure you don't have any multiple RBuilder dcus lying around on
your machine which are from a previous version. There is an article on
corrupt installations which describes the filenames to look for, in the
tech-tips newsgroup.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
previous trial installation.
Jean-Paul