Question

good day, Question: anyone know how to disable lotus notes shortcut keys, for example in a view, no copy and paste a data?

Was it helpful?

Solution

You cannot prevent copying at the view level. You can prevent copying at the database level by removing the 'Replicate or copy documents' setting in database ACL entries. Users who do not have this setting enabled will not be able to copy documents. (Please note that there is a side-effect to this setting, which is described in this IBM Technote. IBM considers this side-effect a feature. I consider it a bug.)

You can prevent pasting at the view level by adding code to the view's QueryPaste event and having that code set Continue = False.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top