Friendly page for authorization failed

Hi,

I have a web application and the lower Access level is Author but there is Roles & Author & Readers fields in every form to restrict access to documents.

when a person who is not authorized to edit a document press Edit button he/she will get a standard (ugly) page telling the user that authorization failed.

My question is, is there any way to change this page and make more user friendly? For instance telling the user that ( You have not enough access to perform this operation)? I make a form named ($$ReturnAuthorizationFailure) but I don’t know how to make it work… Its not about (Submit) button, it’s about (EDIT) button.

Any ideas?

regard,

Rebecka

Subject: Friendly page for authorization failed

Instead of a form, try a field named $$ReturnAuthorizationFailure and put your HTML in the field…

Subject: Friendly page for authorization failed

Does this help?

http://www-12.lotus.com/ldd/doc/domino_notes/7.0/help7_designer.nsf/855dc7fcfd5fec9a85256b870069c0ab/7d16cbda62e2cd878525704a003f3fda?OpenDocument

Subject: Friendly page for authorization failed

what about hiding the Edit button if the user doesn’t have proper access?

Subject: YES - even better!!!

Subject: RE: YES - even better!!!

Thanks for your answers! I will try with a field named $$ReturnAuthorizationFailure & put the HTML code there…

I tried to hide the Edit button but it didn’t work properly.

I let you know