I should mention that the database where I copied the property command uses double quotes.
PROPERTY table tCHECK_REG 'READONLY TRUE' if your database is set to single quotes. John From: [email protected] [mailto:[email protected]] On Behalf Of John Engwer Sent: Wednesday, March 04, 2009 11:55 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Property Command - PROPERTY table <studentinfo> 'READONLY TRUE' Gary, I use this property with a DBGrid and it works fine. PROPERTY table tCHECK_REG "READONLY TRUE" John From: [email protected] [mailto:[email protected]] On Behalf Of Gary Wendike Sent: Wednesday, March 04, 2009 11:35 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Property Command - PROPERTY table <studentinfo> 'READONLY TRUE' I have been trying to get the above property command to work, but without much success. I have placed the property command in the On After Start EEP. The purpose was to allow people to view their data without having the ability to change their data. Studentinfo is the driving table for the form. The command seems very straightforward, but I must be in backward mode. Any thoughts or suggestions???? Thanks Gary

