Attachments in web-style

Hi all,

I have a database which is used in Notes-Client and Web-Browser.

Attachments stored via web are displayed at the bottom of the document, that is fine.

When I attach a file to a rich text item in a Notes-Client, the attachment is shown in the rich text item (that is the normal behaviour). My question is: Is there a way to display all attachments in the Notes-Client in the same way they are displayed in the browser (at the bottom of the document) ?

Thanks in advance

Subject: RE: Attachments in web-style

attachments from the web are stored in the NotesDoc and in case of the client it is stored in the RTF field, you will have to write code to remove the attachment from the RTF and embed it in the NotesDoc directly.