Remove emb.object and inserting link, how?

Hi,

How do I insert a link (filename://c:\mydir\subdir\test.doc) in the place of an embeddedOject after removing it?

The embeddedOject unfortunately NOT at the endof richtext field.

AppendRichTextItem.body(“string”) adds to the end but I wanted at the place where the eo was before.

Appreciate any help. Iam using Domino6.5.1Designer client in Windows2000.

Sam

Subject: remove emb.object and inserting link, how?

If you navigate to where the attachment icon lived, then set an insertion point, AppendText will put the text where you want it. See the Designer Help on NotesRichTextNavigator for more.