Subject | Re: [IBO] RichEdit |
---|---|
Author | Geoff Worboys |
Post date | 2001-07-07T07:09:37Z |
> Would appreciate any help I can get on this: If I want toHow are you determining that is it saved as plain text?
> use the TIB_RichEdit control, can it be hooked up to a
> varchar field or must it be a BLOB field? I've hooked
> it up to a varchar field and no matter how I try to save
> it in RTF format, it's always saved in plain text. I've
> set the PlainText property to false, BTW.
How big is the varchar field?
I presume you realise that much of the varchar field will be consumed
by richtext formatting characters. This may result in the contents of
the richtext control being truncated during storage - and essentially
corrupt the field.
That is; It is not possible to determine the maximum number of
characters that can fit, when RTF formatting is involved. I am not
sure what happens in this situation, I've never tried it and dont
recommend it. IOW, yes use a blob field.
HTH
Geoff Worboys
Telesis Computing