good day,
Question: anyone know how to disable lotus notes shortcut keys, for example in a view, no copy and paste a data?
good day, Question: anyone know how to disable lotus notes shortcut keys, for example
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
QueryPasteevent and having that code setContinue = False.