RE: Why not disable the form from being copied to clipboard Renaud N. Thievent 6.Feb.12 07:36 AM a Web browser Domino Designer 6.5.2Windows XP
Did you try to handle "pasting" actions in the view using the queryPaste event of the view ?
You'll be able to prohibit pasting there.
If you want to handle pasting globally for the database you can create an agent with a trigger "On Event->When documents are pasted", but in this case you can only modify the key to be sure there is no duplicate but you cannot prohibit pasting.
I'm not sure which version is the best for you, but these are the only way I know to handle "pasted documents".