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

Very Long Rich Text fields.

edited December 2001 in General
I am trying to print a very long Rich Text field. It is stored in a
BLOB field and can be up to 5MB longs. I load it into the RichText
property at run time as I traverse each record. It works fine for
data < 64K, but truncates data longer than that.

This is a VERY BIG PROBLEM for me. Any suggestions?

Tom...

Comments

  • edited December 2001
    I think it is a BDE problem.
    Which database are you using?
    FD
  • edited December 2001
    I believe that 64K limit is the default behavior of TCustomRichEdit since it
    uses RichEd32.dll. You may want to research TCustomRichEdit.MaxLength and
    the EM_EXLIMITTEXT message.


    Robert Leahey
    robert@leahey.com
  • edited December 2001

This discussion has been closed.