PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Font of the table header (WB18)
Font of the table header (WB18)
Iniciado por guest, 25,feb. 2015 11:44 - 2 respuestas
Publicado el 25,febrero 2015 - 11:44
Hi <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":)">

I will explain the problem that i'm currently trying to solve. I'm using WebDeb 18.

I have a table, with a lot of columns, where the header has a style and a white Font.

When I push a button, I prepare the columns of the table (make visible or invisible depending on some factors) and set the contain of the header by code in a looper by programming with something like that


{"TABLE_MyTable.COL_Column"+(nTitle)}..Title = QRY_GetTitle.Title


So the problem is that when I add this text in the labels, the text appears in black and it should be in white as the style of the header is set in the "Description" menu.

So my question is... is there is a way to apply my correct style (white font) to the header of this table? It can be during the modification of the header or just after all the process edit the caption of the headers by code.


Thank you and best regards.

Antonio
Publicado el 25,febrero 2015 - 13:59
Hi Antonio,

I had exactly the same problem in WB19 and could not solve it, I considerer it a bug.
I just gave up using a white font.

Regards,
Piet
Publicado el 26,febrero 2015 - 16:47
Just a shot in the 'not complete black' dark (but it solved some artefacts I saw on the screen) ... make the table invisible and then visible again. It helps sometimes restoring the style. At least, it did for me.

Kind regards