Property Integer Smart_Filemode_For_No_Lock
Read Access: | Get Smart_Filemode_For_No_Lock to IntegerVariable |
Write Access: | Set Smart_Filemode_For_No_Lock to IntegerVariable/Value |
The value of this property is used by reset_filemodes_for_lock as the filemode of database files involved in save or delete operations under lock optimization that are evaluated as ineligible to participate in the save/delete. The default value of DF_FILEMODE_READONLY leaves the files unlocked, improving both the speed of the save/delete operation and user access to the ineligible files. If you should desire all such files to be temporarily set to some other filemode for some DDO(s), you may set this property to that filemode.
Default is DF_FILEMODE_READONLY.