PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD75] Table question
[WD75] Table question
Started by kamarad, Aug., 29 2003 5:44 PM - 1 reply
Posted on August, 29 2003 - 5:44 PM
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
Posted on August, 29 2003 - 6:33 PM
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