Subject TIB_Grid: How to split one line of data in two lines of grid?
Author Andrei Luís
Hi,

IBO 4.9.9 + delphi 2006

I'd like to know if it is possible to do an IB_Grid like that:

- Active, Customer, Date and Obs are collumns from the table, that I
want to show in two lines in the grid header.
- Each line of the table, also need to be shown in two lines.
- Active is a 'boolean' field, Customer is a varchar field, Date is a
date field and Obs is a blob (text) that I'd like to shown as a
ib_memo.

So, what I need is to know if I can have this
one-line-data-in-two-lines-of-grid behavior with IB_Grid (and how to
do it) and how can I merge a ib_memo in the ib_grid.
________________________________________
| Active | Customer   |
|---------------------------------------------------------------------|
| Date | Obs   |
|---------------------------------------------------------------------|
| X | Customer A    |
| 09.07.2010 | Obs 1234   |
|---------------------------------------------------------------------|
| X | Customer B  |
| 09.07.2010 | Obs 456   |
|---------------------------------------------------------------------|
| | Customer C  |
| 09.07.2010 | Obs 4444   |
---------------------------------------- ------------------------------

[]s
Andrei