vmsDoNotCheckMasterFileWritable
vmsDoNotCheckMasterFileWritable = { t | nil }
Description
Checks the master file for write privileges and updates cellviews using the vmsUpdateCellViews function when the source file is read-only. The default value is nil, which indicates that the vmsUpdateCellViews function will not perform the update if the master file is read-only.
Example
vmsDoNotCheckMasterFileWritable = t
Return to top