Subject | Re: [IBO] TIB_GRID COLUMNS |
---|---|
Author | Geoff Worboys |
Post date | 2001-08-31T01:35:13Z |
> Can anybody please tell me how I can insert a column in aAs someone already described, it follows the dataset. You can limit
> 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
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