-
Topic
-
Hi Support
i opening a new message dialog box, switch to html view and want to set the font-name, font-size etc. with a applet.
Changing the font-name works find, but the font-size is all the time 8 points.
My GW-Client is version 7.0.3 from 08.03.2008
Sub Main(Client, GWEvent)
call GroupWise.Newmail
call GroupWise.SwitchToHTMLView
Call GroupWise.FontSet("Tahoma",20,fnwNORMAL,FALSE,FALSE,0)
call groupwise.fontnormal
End Sub
What i am doing wrong?
Thanks Ralf
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.