Making section un editable

i have made a controled access section in which i have mention some user name who are allowed to edit the section .but it is not working.other user edit the document by dobule clicking on the form…

@If(!@IsNewDoc; @Name([Abbreviate];LoggedUser) : @Name([Abbreviate];Edit_Author) ; “”)

Edit_Author IS A FIELD name which contains a users lotous mail address.

Is there any wrong in my coding.plz help me…

thanks & regards

Subject: making section un editable

Simply replace “” by “” or any other string different from a real existing user’s name or access group in the Domino Directory.

“” in the section formula allows access to everyone.

Subject: RE: making section un editable

Thanks for ur advice…but it is not working properly.when i open the saved documet by logging in as different user and try to edit the document by double clicking on the document it showing the user name who can edit this section,but still makes all the field editable.if u have any other ideas plz ensure me…

thanks & regards

saswat

Subject: making section un editable

Dear Saswat use this

@if(@Isnewdoc;“[None]”;

@do(@Name([Abbreviate];LoggedUser);

   Name([Abbreviate];Edit_Author)) 

Hope this will help.

Rishi

Subject: making section un editable

Dear Saswat use this

@if(@Isnewdoc;“[None]”;

@do(@Name([Abbreviate];LoggedUser);

   Name([Abbreviate];Edit_Author)) 

Hope this will help.

Rishi

Subject: RE: making section un editable

RISI bhai thanks for ur coding but it is still not working…if u have any other ideas plz nform me …ok m waiting 4 ur reply…

thanks & regards

saswat