At 02:56 PM 11/10/2005, Emmitt Dove wrote:
Assign component IDs to all the field and variable objects, run the form in EDIT mode, and control the read-only property using the PROPERTY command based upon your user identification. Remember that you can assign the same component ID to multiple objects. If you have some component IDs in play already, you may have to create "groups" of IDs for this purpose, but it is still quite doable.
Emmitt, That is the eloquent solution to Buddy's request. However, it will not prevent the end-user from using [F2] to INSERT a new row or [F9] to DELETE the row of the form table being brought in as "EDIT USING ...". The BROWSE USING ... command disables all those possibilities. A *new* PROPERTY TABLE 'FormTableName->READONLY' 'TRUE/FALSE' would be nice when using BROWSE USING ... Imagine the possibilities! Stay tuned, Buddy! Very Best R:egards, Razzak.
