| |
RowEditingAccess propertySets or returns the default access control for new Database Rows in a Database. Changing this property has no effect on access to existing database rows. SyntaxC++HRESULT get_RowEditingAccess(ERUDBRowEditAccess* pRetVal) HRESULT put_RowEditingAccess(ERUDBRowEditAccess Access) Scripting languagesValue = object.RowEditingAccess object.RowEditingAccess = Value Legal ValuesThe value of RowEditingAccess is specified by the ERUDBRowEditAccess enum. RemarksThe ERUDBRowEditAccess enum is different from the ERUAccessScope enum, which is used to set the access scope for the database page itself. ERUDBRowEditAccess is used to determine who has editing rights on the individual rows. Note that for all values in the ERUDBRowEditAccess enumeration, the database creator always has edit access. |
Home |