Код:
if Column.Field.DataSet.FieldByName('Статус').AsString='Выполнено' then
begin
with DBGrid.Canvas do begin
Brush.Color:=$00FF77;
Font.Color:=clBlack;
FillRect(Rect);
TextOut(Rect.Left+2,Rect.Top+2,Column.Field.Text);
DBGrid.DefaultDrawColumnCell(Rect, DataCol, Column, State);
end;
end;
---------------------------
Debugger Exception Notification
---------------------------
Project KiP.exe raised exception class EDatabaseError with message 'ADOQuery1: Field '' not found'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------
не пойму причем тут ADOQuery1
в этой адошке у меня вообще другие запросы выполняются