PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM20] - How to change text color in Table control?
[WM20] - How to change text color in Table control?
Iniciado por guest, 08,may. 2017 16:09 - 2 respuestas
Publicado el 08,mayo 2017 - 16:09
Hello,

I have used the Table control in my app.

But this Table control is taking the colors of the text in the cells as white.

I am not able to change this using style in Description as the option to select color is disabled.

I wrote this code to programmatically change the color of text in the cells:
TABLE_List.COL_Noname1..BrushColor = Black TABLE_List.COL_Noname2..BrushColor = Black But this has not effect! :confused:

TIA
Publicado el 08,mayo 2017 - 17:59
Hi, "..Brushcolor" is the background color, "..Color" is text color.
Publicado el 09,mayo 2017 - 07:37
Thanks for pointing out. That was a silly mistake. Probably over work is taking its tall on me. :angry: