Retrieve all embeddedobjects

Hi

How I can do to retrieve all embeddedobjects in currently open document ?

I try to use rtitem to retrieve embeddedobjects but rtitem use only backend document and If have added document to currently open document, this embeddedobject are not accessed with rtitem

Thanks

Subject: Read about Refresh method of NotesUIDocument

Subject: RE: Read about Refresh method of NotesUIDocument

I don’t want to use Refresh because QuerySave and PostSave occurs when I use Refresh

Subject: No, Refresh does not trigger these events.

It does cause your input validation formulas to fire, however, so you would have to write these to check @IsDocBeingRecalculated and not give an error in that case (a good idea anyway for most apps).

If you can’t stand doing a refresh, and you don’t want to do a front-end save of the document, then you may be able to read the embeddedobjects from the NotesDocument rather than the rich text item.