Append image in a RichText

Hi,I need append an image to end of richText, i try with:

uidoc.impot but it insert te image to begin of rich text.

EmbedObject, it show an icon and i need that show picture.

How can i do i need appen image to end richtext and show picture not icon.

thanks

Subject: I use this code on the backend…

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/564e5f7e34eb52e880256cec0064759f?OpenDocument

Subject: Append image in a RichText

ThanksI try with your code but not work with uidoc.document:

CreateImageItem uidoc.Document, “Body”, “C:\Mobile.gif”

uidoc is a NotesUIDocument.

I need append image to end of field Body in te event querysend of form memo

Have any solution for this?

thanks for your help!