Subject | RE: [IBO] Memo in Grid |
---|---|
Author | Kaputnik |
Post date | 2001-03-02T21:37:39Z |
If your Blob is Subtype 1, than it is easy....just set EditLinksAuto to true
in the Grid, and the grid will display an ellipsis for every text-blob in
the dataset. Clicking on the ellips will open a memo-like blob-editor.
If you only meant the ability to show the content of the blob in the grid
itself, you will set the gdtShowTextBlob property in the DrawCellTextOptions
CU, Kaputnik
(Nick Josipovic)
nick@... <mailto:nick@...>
kap@... <mailto:kap@...>
-----------------------------------------------------------------------
superior Client/Server programming:
www.IBObjects.com <http://www.ibobjects.com/>
a nice Tool for Interbase:
www.InterbaseWorkbench.com <http://www.InterbaseWorkbench.com>
in the Grid, and the grid will display an ellipsis for every text-blob in
the dataset. Clicking on the ellips will open a memo-like blob-editor.
If you only meant the ability to show the content of the blob in the grid
itself, you will set the gdtShowTextBlob property in the DrawCellTextOptions
CU, Kaputnik
(Nick Josipovic)
nick@... <mailto:nick@...>
kap@... <mailto:kap@...>
-----------------------------------------------------------------------
superior Client/Server programming:
www.IBObjects.com <http://www.ibobjects.com/>
a nice Tool for Interbase:
www.InterbaseWorkbench.com <http://www.InterbaseWorkbench.com>
> -----Original Message-----
> From: John Tomaselli [mailto:jrt@...]
> Sent: Friday, March 02, 2001 8:55 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Memo in Grid
>
>
> I have seen messages mentioning the ability to display a memo
> blob field in
> a ibo_grid, much like a dropdown lookup or date. I have not been able to
> figure out how to set this up and would appreciate some help.
> TIA
> John
>