Subject | Re: [IBO] tib_grid font and brush color |
---|---|
Author | TeamIBO |
Post date | 2002-01-11T05:01:07Z |
Your code is assuming that the buffer row is already selected as
required, and this is not necessarily correct. What you need is...
See DataRow and GridRow properties in the online help for IB_Grid.
hth
--
Geoff Worboys - TeamIBO
Telesis Computing
required, and this is not necessarily correct. What you need is...
> with DetailQ do beginBufferRowNum := DataRow[ARow];
> if AColor = clHighLight then beginwhich forces DetailQ.BufferRowNum to match the specified grid row.
See DataRow and GridRow properties in the online help for IB_Grid.
hth
--
Geoff Worboys - TeamIBO
Telesis Computing