Hi,
How to Copy Attachment from one document to other docuement programmatically using Lotus Script within the same databases ? Both the Documents are using different forms…
Please advise…
Thanks
Abhishek
Hi,
How to Copy Attachment from one document to other docuement programmatically using Lotus Script within the same databases ? Both the Documents are using different forms…
Please advise…
Thanks
Abhishek
Subject: Attachment Copy Problem.
The easiest way is to copy the richtext items that contain the attachnments.
Use the notesRichTextItem.appendRTItem() method for this.