That IS actually what I used (I checked after writing that reply) !! But check the combo boxes if you have any on your form. This was in 7.6. Even in table readonly mode, I was able to display the list to choose from, pick something from the list, it would display what I chose, but just wouldn't save the value. But it looked like I had picked it. So I had to assign a component id of "combo" to each combo box, and also issued a PROPERTY combo ENABLED 'FALSE'.
Karen In a message dated 12/2/2011 3:55:11 PM Central Standard Time, [email protected] writes: > If found it. You can set the property on the table to read only and > switch it back &forth (PROPERTY TABLE tablename 'READONLY FALSE'). Very cool. > > > >

