Insert Attachment into RT field on the current editable Document

Hi All

I am trying to put an attachment into a RT field on the Current Document, but cant get it to appear

My situation is

User Creates Document

User Fills in certain fields

User Clicks action that creates a word document using the fields on the current document, then document is inserted into the Editable Rich Text field

I can get to the point where the word document is created and saved to the Hard drive.

I then want to place it into the Editable Rich text field

I want it all part of the same process so using @Command( [EditInsertFileAttachment] ) is’nt possible (unless you can incorporate it in to my Script)

using notesuidocment.import puts the file contents into the rt field.

I need the attachment to be there.

I really dont want to save the document first before placing it into the field.

Any ideas on this?

Cheers

Mike

Subject: Insert Attachment into RT field on the current editable Document

post your code