ReadOnly Property

See Also    Examples    Applies To

Returns/sets a value that determines whether the specified column can be changed by the user or not resp. whether the Active Table is updateable.

Write protected for the atb control.

Property ReadOnly As Boolean

atb.ReadOnly

Returns True if the atb cannot be updated, else False.

column.ReadOnly

Returns True if the column cannot be updated, else False.

column.ReadOnly = fReadOnly

Sets whether the column is readonly.