I have a font
Code: Select all | Expand
local oFontBold := TFont():New("Segoe Ui",,-18,,.T.,,,,.F.)
...working wonderfully.REDEFINE SAY oSay ID 4013 of oDlg FONT oFontBold
now i wonder... is it possible to also style the fonts of buttons and please could you be so kind as to show me how.
this is where i would like to do it
Code: Select all | Expand
REDEFINE BUTTON ID 4006 OF oDlg ACTION ( oSayAusgewaehlt:refresh(),;
Ankunftsliste( cCombo, cComboAuswahl ),;
oBrw:refresh(),;
oBrw2:refresh(),;
oSayTreffer:refresh() )
ruth