Apr 3, 2005 #1 IG3Rosen IS-IT--Management Joined Jan 5, 2005 Messages 40 Location FR Hi, Can I put a formula like this one in a reader field ? Code: @If(@IsMember(@UserName;ddaResponsable);@UserName;"") So that if the @username is in the ddaresponsable field, he's allowed to read the document.
Hi, Can I put a formula like this one in a reader field ? Code: @If(@IsMember(@UserName;ddaResponsable);@UserName;"") So that if the @username is in the ddaresponsable field, he's allowed to read the document.
Apr 4, 2005 #2 pmonett Programmer Joined Sep 5, 2002 Messages 2,636 Location FR Bad idea. All you need to do is put the name of the person allowed to read. Notes does the check for you. Check out this faq (faq73-5664) for more info. Pascal. Upvote 0 Downvote
Bad idea. All you need to do is put the name of the person allowed to read. Notes does the check for you. Check out this faq (faq73-5664) for more info. Pascal.