Subject | RE: [IBO] Memo in TIB_Grid |
---|---|
Author | Alan McDonald |
Post date | 2006-10-26T12:02:31Z |
> Hicertainly,
>
> I have a TIB_Grid connected to a query returning an integer field
> and a text
> blob field. I put a TIB_Memo on the grid and connected it to the same
> datasource as the grid and to the text blob field.
>
> Any row that has not recieved focus displays (BLOB NAME) in the
> memo, while
> those that have received focus display the contents of the blob.
>
> Is there a way I can make it always display the blob contents?
>
> Regards
> Paul
DrawCellTextOptions
gdtShowTextBlob := True;
Alan