#7930
Support 3
Participant

    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