Embedded Attachment via LotusScript not visible in RT-Field

Hi guys,

another problem with LS.

I want to create an attachment in a RT-field using LotusScript with rtItem.embedObject (…).

After doing this I save the document , close it and reopen it. But in my rt-Field there is no Attachment or logo ???

Is this correct ? Where is my problem ?

I can see the attachment in a $File-field, but not as a logo or symbol in my rt-field.

With @Command ( [EditInsert…] ) , everything is ok, whats the problem ???

Thanks in advance

M. Weller

Subject: Embedded Attachment via LotusScript not visible in RT-Field

Try saving & closing the document before using EmbedObject – a UI Save will overwrite your attachment link in the rich text field.

Subject: Embedded Attachment via LotusScript not visible in RT-Field

I have just experienced the same behavior… in searching the forums, it appears to be a bug with the current release as other people have had to work around this as well. I’ll post my code when I get it resolved.