Subject Re: [IBO] IB_Grid and memos
Author Helen Borrie
At 07:30 PM 19/09/2003 +0100, you wrote:
>Hello all !
>
>Could you please tell me a "simple" means
>to edit a memo field in an Ib_Grid ?

The simplest is to set the grid's EditLinksAuto property true, or to add
the column to the grid's EditLinks property. This causes a little "..."
button to appear on the grid cell when the row gets the focus for
editing. Clicking the button brings up an edit window.

Helen