PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 25 → Alterando cor de fundo e da fonte no table
Alterando cor de fundo e da fonte no table
Iniciado por Boller, 28,may. 2021 19:50 - 1 respuesta
Miembro registrado
4.549 mensajes
Publicado el 28,mayo 2021 - 19:50
Row Display

Table1[CurrentSubscript]..BackgroundColor = RVB(197, 57, 41) // Altera o fundo


Table1[CurrentSubscript]..Color = RVB(255, 255, 25 //Altera a fonte


--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 99949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/
Miembro registrado
4.549 mensajes
Publicado el 28,mayo 2021 - 19:50
IF TABLE_ccusto[CurrentSubscript].COL_vbmarketing="Não" THEN
TABLE_ccusto[CurrentSubscript].COL_vbmarketing..Color=DarkRed
ELSE
TABLE_ccusto[CurrentSubscript].COL_vbmarketing..Color=DarkGreen
END


--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 99949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/