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

How many characters can TppRichText.RichText hold?

edited October 2004 in General
It seems like there is a limit around 70k.

Am I doing something wrong?

Comments

  • edited October 2004
    Hi,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2004
    Is there any was to do this in ReportBuilder 6.03?


  • edited October 2004
    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.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.