Subject | Carriage returns in grid |
---|---|
Author | Joe |
Post date | 2011-04-13T23:23:47Z |
I recently switched a TIBOQuery and TDBGrid to a TIB_Query and TIB_Grid. Using the old controls, if a string field contained a carriage return, it was displayed in the grid field as 2 vertical bars. With the new controls, only the first line is displayed.
Example:
With TIBOQuery and TDBGrid
==========================
Markers||Black||4 Per Pack
With TIB_Query and TIB_Grid
==========================
Markers
With the new components, I can only see the other 2 lines if I edit the contents and scroll.
What setting do I need to change in my TIB_Query or TIB_Grid to get it to display all lines on a single line?
-Joe
Example:
With TIBOQuery and TDBGrid
==========================
Markers||Black||4 Per Pack
With TIB_Query and TIB_Grid
==========================
Markers
With the new components, I can only see the other 2 lines if I edit the contents and scroll.
What setting do I need to change in my TIB_Query or TIB_Grid to get it to display all lines on a single line?
-Joe