View content is empty for non-Manager's in @Picklist

I have created a picklist on a button within a subform that is placed in a form within a standard section. The formula that I am using is:

FIELD RA_Designer:= RA_Designer;

@SetField(“RA_Designer” ; @PickList( [Custom] ; “” ; “DesN” ; “Select items by checking in left column” ; “” ; 1 ))

My problem is this: The picklist works beautifully for me as the creator with Manager access on the db, but noone else can see the contents of the view.

I have checked the view’s security and the “All readers and above” check box IS checked on the view. I have tried using “Roles” and individual access.

I have deleted the view, closed Notes and recreated the view with the same result.

Does anyone have any ideas?

Subject: View content is empty for non-Manager’s in @Picklist

Forget about the view itself for the moment. The problem is more likely with the documents. Do the documents in the view have Readers fields?

Subject: RE: View content is empty for non-Manager’s in @Picklist

Thank you for your response. I had not realized that the forms security propagated to the documents as well. Thank you again :slight_smile: