Subject Re: [IBO] Problems with TIB_Grid colours - Was: Problems updating a cursor
Author Dmitry Beloshistov
Hello, Salvatore!
You wrote to <IBObjects@yahoogroups.com> on Mon, 24 May 2004 09:52:07 +0200:

SB> The next problem is about different TIB_Grid colours. I have

[Sorry, skipped]


SB> and (TmpFld.AsInteger = 1) then begin
SB> Grd.CurrentRowColor := clRed;
SB> Grd.CurrentRowFont.Color := clWhite end end end;
Use instead CurrentRowXXXX these:
AColor:=clRed;
AFont.Color:=clWhite;

WBR, Dmitry Beloshistov AKA [-=BDS=-]