Subject Re: [IBO] Whole Blob field in an IBGrid (Sub_type 1 Text)
Author Helen Borrie
At 10:33 AM 8/09/2003 +0200, you wrote:
>I need to visualize whole Blob (Sub_type 1 Text) field
>in an IBGrid.
>I have proven with "Set TIB_Grid's EditLinksAuto
>property to TRUE" but it doesn't show me the text.
>Why?

It's an editing mechanism, so it only kicks in when the row is in Edit
mode. A little button with three dots should appear at the right side of
each blob column in that row. Click that button and you will see the blob
in an editor window. Edit it, click OK, and you're done.

Helen