That works. Thanks
Dan Goldberg -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Walker, Buddy Sent: Thursday, October 02, 2008 10:37 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: read only forms Dan Not sure if this is what you are looking for or not. If you check the variable RBTI_FORM_MODE it will show Browse (read only), Edit or Enter. IF RBTI_FORM_MODE = 'BROWSE' THEN Read only code here.... ELSE ..... ENDIF Buddy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Goldberg Sent: Thursday, October 02, 2008 10:51 AM To: RBASE-L Mailing List Subject: [RBASE-L] - read only forms I am trying to write an eep in a form and would like to check to see if the form is read only. I am looking in the getproperty syntax but cannot find one. Does anybody know if there is one?? Dan Goldberg

