How to update a rich text field with a string array?

Hi all,

I am tying to store a string array into a rich text field. When I see through the debugger, I can see that the contents of the back end field has the new values. When I open the document, the rich text field shows only the old values and not the new one.

Kindly suggest how to bring the content of the back end field into the front end rich text field.

Rgds.,

Venkat

Subject: How to update a rich text field with a string array?

Is the rich text field Computed or editable? I know computed Rich Text gets a little sticky sometimes…

Have you tried performing:

NotesUIDocument.Reload

NotesUIDocument.Refresh

when finishing the script?

HTH,

Dan