/ Forums / Advansys Formativ / Creating Solutions with Formativ / API for font color changes? / Reply To: API for font color changes?
December 9, 2007 at 2:14 pm
#7930
See the Token API (http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html) which lets you to change the text. Some of token are: FontSet(), FontBold(), etc.
The example code below turn bold on.
call groupwise.FocusSet(fcsMessage, "") groupwise.PosTextTop groupwise.SelectToEndText groupwise.FontBold(true)
Regards,
Advansys Support