Subject Re: [IBO] Display a Blob in a IB_Edit
Author Helen Borrie
At 03:14 PM 22/09/2005 +0200, you wrote:
>I have a Text-Blob-Field and I want to display the Blob-Field in a
>TIB_Edit. How can I do that?

You can't. Use a TIB_Memo or TIB_RichEdit. You can fiddle around with it
to make it look and behave like an editbox.

Helen