Christine Gordinier 3.May.07 08:53 AM a Web browser Domino Designer6.0.3Windows XP
I have a lotusscript agent to send an email using the fields from the current document. One of the fields on that document is a rich text box using a Java Applet. All the other fields are text fields. The agent works fine if I run it without adding the contents of the rich text box. When I do add the rich text box the agent does not send the email. Here is the code:
Sub Initialize
Dim session As New NotesSession
Dim maildb As NotesDatabase
Set maildb = session.CurrentDatabase
Set maildoc = New NotesDocument(maildb)
Dim doc As NotesDocument
Set doc = session.DocumentContext
Dim richStyle As NotesRichTextStyle
Set richStyle = session.CreateRichTextStyle