Question

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

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top