At 06:35 PM 2/24/2010, Tom Frederick wrote:
In a multi user set up won't "PROPERTY TABLE pomemos 'READONLY TRUE'" make the entire table READONLY for all users or does it simply make it a local READONLY for that computer while leaving the actual table available to other users?
Tom, Only the actual record (underlying data - the record set) enabled or disabled using underlying form control(s), and not the entire table related to that specific form. For a complete set of supported/documented PROPERTY commands related to Form TABLE, you may refer to R:Docs 7.6 or R:Docs 9.0. Here's how: R:Docs 7.6 or R:Docs 9.0 | Build Syntax for PROPERTY Command ... Category: Table Control: Table Properties Property: FORMTABLENAME Supported/Documented Values: . APPEND . APPEND_DUPLICATE . CANCEL . CLOSE . DELETE . DISABLECONTROLS . DISABLE_ADD_NEW_ROWS . DISABLE_DELETE_ROWS . FIRST . INSERT . JUMP . JUMPTO . LAST . NEXT . OPEN . POST . PRIOR . READONLY FALSE . READONLY TRUE . REFRESH . RestoreOrderBy . UPDATE Very Best R:egards, Razzak.

