How to barred user from Making another copy of MS Words document using Notes

Dear all,

 I have an application which allow user to read and edit the attachment (MS Words document). However I cannot control user from saving the document to another location,for example: after user open the document using MS Words Application, they are able to save the document to their own local pc. So, is there anyway to use Lotus Script to blur out the "Save" button in MS Word.

  Thank you

Subject: How to barred user from Making another copy of MS Words document using Notes

You can control Word from ls vis COM including adding (and probably deleting) menu items. The documentation is on the MS development site. However if this is a security issue it won’t help. Any attachment opened in any application has first to be copied to the local pc as temp copy before it can be opened so the user only has kill word and then do whatever he likes with the temp copy.

Subject: How to barred user from Making another copy of MS Words document using Notes

Would going the user a PDF file rather than a Word file be an option ?