Note that the DBText component is not a stretchable one. This means that you will need to manually vertically size the control if you would like to see the word wrapping in a DBText. If you would like a data aware component to stretch vertically, try using the DBMemo component with its Stretch property set to True. If you would like to still use the DBText component, be sure the AutoSize property is set to False.
Comments
That's RB version 9.01.
Thanks,
John
Note that the DBText component is not a stretchable one. This means that
you will need to manually vertically size the control if you would like to
see the word wrapping in a DBText. If you would like a data aware component
to stretch vertically, try using the DBMemo component with its Stretch
property set to True. If you would like to still use the DBText component,
be sure the AutoSize property is set to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico,
Thanks very much taking the time to answer this for me.
Yes, I came to the conclusion that I would have to use a DBmemo after a
bit of experimentation.
Thanks again!
John