COLOCAR UMA LINHA COLORIDA EM UMA LISTA
-
- Mensagens: 29
- Registrado em: Fevereiro 17th, 2011, 7:09 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable
COLOCAR UMA LINHA COLORIDA EM UMA LISTA
COMO COLOCAR UMA COR DIFERENTE E 1,2,3 OP????ES DE STATUS
-
- Site Admin
- Mensagens: 145
- Registrado em: Dezembro 20th, 2010, 10:05 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable
Re: COLOCAR UMA LINHA COLORIDA EM UMA LISTA
Olá,
Você pode estar usando o evento "GridConsultaDrawDataCell"
Ficaria com a seguinte codificação:
procedure TFormVendas.GridConsultaDrawDataCell(Sender: TObject;
const Rect: TRect; Field: TField; State: TGridDrawState);
begin
// Mostra cor cancelada! RED
if TabGlobal.DVENDAS.ECF_CANCELADA.Conteudo = 'S' then
begin
gridconsulta.Canvas.Font.Color := clRed;
Gridconsulta.DefaultDrawDataCell(Rect, Field, State);
end;
end;
Você pode estar usando o evento "GridConsultaDrawDataCell"
Ficaria com a seguinte codificação:
procedure TFormVendas.GridConsultaDrawDataCell(Sender: TObject;
const Rect: TRect; Field: TField; State: TGridDrawState);
begin
// Mostra cor cancelada! RED
if TabGlobal.DVENDAS.ECF_CANCELADA.Conteudo = 'S' then
begin
gridconsulta.Canvas.Font.Color := clRed;
Gridconsulta.DefaultDrawDataCell(Rect, Field, State);
end;
end;
Att,
Suporte - suporte@xmaker.com.br
Equipe Xmaker
_______________
http://www.xmaker.com.br
Suporte - suporte@xmaker.com.br
Equipe Xmaker
_______________
http://www.xmaker.com.br
Quem está online
Usuários navegando neste fórum: Nenhum usuário registrado e 6 visitantes