Subject | Help needed with displaying Memo (Text Blob) in Grid |
---|---|
Author | Campbell Fuller |
Post date | 2002-08-22T14:58:26Z |
I'm trying to display a Memo field (Text Blob) in an IB_GRID but with mixed
results.
I have dropped a TIB_MEMO onto the form and linked it to the TEXT field -
Product_Desc - and set the Visible property to false. When the grid displays
the fields is displayed as follows: -
(PRODUCT_DESC)
ie. in every row thats whats display for that column. However, after
clicking on a row the actual data is displayed and stays displayed after
moving off the row!!!! SO basically to get each row to display the contents
correctly I have to click on each one. Alternatively, click on the first row
and then use the Down Arrow key to scroll down the dataset.
This is obviously not right - so what do I need to do to change it?
TIA
Campbell
results.
I have dropped a TIB_MEMO onto the form and linked it to the TEXT field -
Product_Desc - and set the Visible property to false. When the grid displays
the fields is displayed as follows: -
(PRODUCT_DESC)
ie. in every row thats whats display for that column. However, after
clicking on a row the actual data is displayed and stays displayed after
moving off the row!!!! SO basically to get each row to display the contents
correctly I have to click on each one. Alternatively, click on the first row
and then use the Down Arrow key to scroll down the dataset.
This is obviously not right - so what do I need to do to change it?
TIA
Campbell