PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD75] Table question
[WD75] Table question
Iniciado por kamarad, 29,ago. 2003 17:44 - 1 respuesta
Publicado el 29,agosto 2003 - 17:44
Hello all,
Is there a way to change the font to Bold for one or more table rows (not necessarily the selected one)? I know the color can be changed but to be able change the font type would be great.
Thanks in advance ,
Christian
Publicado el 29,agosto 2003 - 18:33
Hi Christian
Is there a way to change the font to Bold for one or more table rows (not
necessarily the selected one)? I know the color can be changed but to be able
change the font type would be great.

something like:
*
ffont is font = FontCreate("Verdana",10,iBold)
Table[RowNumber]..Font=ffont
*
--
Greetings
Peter