I have Lotus Domino 5, am on a project where i need to convert existing wordpro attachments to Word documents.As i already extracted all wordpro documents from archive database and converted them to Ms word and reattached to the archive database. But i don't know how do i get the new attachment name and also create the new link to the existing database link.
I really appreciate if any one give me answer ASAP.
Thanks in Advance
I thing you should loop from all the archive documents, instantiate an "NotesDocument" object for each Archive document (let's say arcDoc) , and the call the Rtitem.AppendDocLink( arcDoc, "Link to arhive document" )
Rtitem is the target RichText field where you want to store the doclink to archive document.
NOTA : It will create a link to the whole archive document, not directly to the attached files in the archive document....
Am really sorry to disturb u again. I have an application Database for which they have archive database which stores attachments and have a link in the application Database. What i did was converted all attachments in Archive database and reattached to the archive DB. Now the moment i save i can't see the embedded attachment New name in Archive DB. And i will try using the method you said. But it would be great if you can show me the code.
Thank u vvvvmuch
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 3  Replies