Subject Re: [IBO] TIB_GRID COLUMNS
Author Geoff Worboys
> Can anybody please tell me how I can insert a column in a
> TIB_GRID at run time (programatically) and how
> I can change the title of a certain column,its name,
> its font and color again programatically.
> Thanks
> Costas

As someone already described, it follows the dataset. You can limit
which columns from the dataset are displayed by putting the desired
list of columns in the GridLinks property. Once you have that setup,
to add a new column (one that already exists in the associated
dataset) you simply add the column name to the GridLinks property.

As for the other stuff - check out the online help for TIB_Grid,
including the events OnGetDisplayText and OnGetCellProps.

HTH

Geoff Worboys
Telesis Computing