Subject Re: [IBO] Colors in Grid
Author Paul Vinkenoog
Hello,

> Thomas' helpful reply below colors, I believe, the whole of the grid
> row. I would like to color just the specific cell that holds an
> exception value. I have discovered I can do this by adding, for
> example ... if ACol = 4 ... to Thomas' code, but if would like this
> to be dependent on field name rather than column position.
>
> How, in the the OnGetCellProps event can I check the name of the
> query column that is being displayed in column ACol please?


GridFields[ DataCol[ ACol ] ].FieldName


HTH,
Paul Vinkenoog