COLOCAR UMA LINHA COLORIDA EM UMA LISTA

Destinado ao auxílio e Troca de informações sobre a ferramenta Xmaker
[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
mmsystems
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

Mensagempor mmsystems » Abril 23rd, 2011, 2:32 pm

COMO COLOCAR UMA COR DIFERENTE E 1,2,3 OP????ES DE STATUS

Suporte
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

Mensagempor Suporte » Abril 25th, 2011, 8:56 am

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;
Att,

Suporte - suporte@xmaker.com.br
Equipe Xmaker
_______________
http://www.xmaker.com.br


[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
[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

Voltar para “Xmaker”

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 6 visitantes