lathan reddy 29.Feb.12 08:37 AM a Web browser Domino Designer6.5.2Windows XP
Hi All,
I have Field1 as Editable filed and Filed2 as Computed field and Default value as Field1.
For Field1 I have selected Previewed for Reading and opened For Reading
For Field2 I have selected Previewed for Editing and opened For Editing
And Field2 I have selected Hide Paragraph if formula is true the formul window I have menctioned below code.
@Subset(@UserAccess(@Subset(@DbName;1):@Subset(@DbName;-1));1)="3"
Here My point is Only Author should not be change the Field1 value when the document is on Edit mode.(That means That field should not be edit mode for authors) Editors and above we need to provide the edit permisoons to change the radio button value.