Subject Re: [IBO] IB_Memo and IB_Grid
Author Helen Borrie
At 12:00 PM 6/04/2004 +0200, you wrote:
>Good day all,
>
>Is it possible to embed an IB_Memo onto an IB_Grid to have a drop down memo
>type control for text Blob fields in the grid ?

You don't need to. TIB_Grid already has this built in for text blobs.

Look at the EditLinksAuto and AlwaysShowEditor properties.

>Any sample apps that shows
>how to do this ?

You can write your own - it's just a question of setting those properties.

Helen