-
Topic
-
I use the following code section to set ” Mr. Support” as text bold. But it does not work. Can you tell me why?
Call GroupWise.NewMail
Call GroupWise.FocusSet(10, “”)
Call GroupWise.TypeText(“Hello “)
Call GroupWise.FontBold(True)
Call GroupWise.TypeText(“Mr Support”)
Call GroupWise.FontBold(False)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.