Open an attachment for editing and save changes made to it
- by Seitaridis
My Lotus Notes document has a rich text item that stores an attachment. I want to edit the attachment and after this to save the attachment back to the Lotus Notes document. This is the script that launches the attachment:
@Command([EditGotoField];"Attachment");
@Command([EditSelectAll]);
@Command([AttachmentLaunch]);
@Command([EditDeselectAll])…