Link to home
Start Free TrialLog in
Avatar of ramakrishna030399
ramakrishna030399

asked on

disabling right click in view

Is there any way of disabling right click mouse button in a view as when a user right clicks it displays a list of options like doc properties, open, edit, cut etc which i want to disable. By hiding the deisgn of db it still gives me the ability to right click and select doc. properties. or edit doc. etc. it just hides the field values, but i want to hide everything.

thanks in adv.
Avatar of zvonko
zvonko

As you correct mentioned, with design options you can only influence design behavior, but you can not ever change Notes client behavior changing your database.

How do you think to prevent menu option File->DocumentProperties or to forbid pressing ALT-ENTER keys?

and please close your Solaris and domcfg questions.

Preventing to see field and values :
Hide design.

Preventing Open Edit :

Have an alternate form that has Call Source.Close in the post open event.  Have this form in the Form Formula.

Preventing Copy :
Disable printing copying to clipboard properties in Form

Preventing Cut / Delete :
Query Document Delete event of the Database have continue = False

;-)
Arun.


Ah, here is our annuitant again :-)

Avatar of ramakrishna030399

ASKER

and what about hiding the security tab so that users cannot change the "who can read this document".
uh Oh...  Let me think of that....
What is annuitant?  Did you mean idiot savante?
Grrrr.... Even i did not know the meaning of it until i checked across in www.dictionary.com  perfect word by Zvonko !

;-)
Arun.
out of 100 pts i have answered 80% will i get those points ?

Hi Snocross !
Hi Zvonko !

;-P
Hello!  My word was perfect too right?  Did you know what it meant?
arun,yr solution is also good...but i have achieved all this by some other means...my prob is now the security tab...lemme know if u can think of any sol. for that. anyways u will be gaining points for yr sol.
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial