The TppRichText component is a wrapper around the TRichEdit Delphi component which in turn is a wrapper around the Windows rich text edit control. Searching Google Groups it looks as though by default the limit on this control is 64k, however you can adjust the TRichText.MaxLength to something larger if you need. I read a few posts that said they raised the limit to 2GB with no problems. Hope this helps...
Unfortunately this was a limitation of ReportBuilder 6.03. You will need to upgrade to ReportBuilder 7.04 to be able to increase the max size of a TppRichText component.
Comments
The TppRichText component is a wrapper around the TRichEdit Delphi component
which in turn is a wrapper around the Windows rich text edit control.
Searching Google Groups it looks as though by default the limit on this
control is 64k, however you can adjust the TRichText.MaxLength to something
larger if you need. I read a few posts that said they raised the limit to
2GB with no problems. Hope this helps...
TppRichText.MaxLength := Max_Size;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
upgrade to ReportBuilder 7.04 to be able to increase the max size of a
TppRichText component.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com