Very Long Rich Text fields.
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...
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...
This discussion has been closed.
Comments
Which database are you using?
FD
uses RichEd32.dll. You may want to research TCustomRichEdit.MaxLength and
the EM_EXLIMITTEXT message.
Robert Leahey
robert@leahey.com