logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Jason
    • Posted on Tue 4 Oct 2005 06:30 AM

    If you are using LotusScript to generate the contents of the RTF:

    Dim session As New NotesSession

    Dim rtStyle As NotesRichTextStyle

    Set rtStyle = session.createRichTextStyle

    rtStyle.PassThruHtml = True

    Call rtBody.AppendStyle(rtStyle)

    Call rtBody.AppendText("<table......")

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: