Tech Tip: Quick Way to Check If the Current Record Is Modifiable
PRODUCT: 4D | VERSION: d | PLATFORM: Mac & Win
Published On: April 6, 2026
When loading a record, it may be necessary to verify whether it can be modified. The quickest way to do this is by executing the Locked command.
If the command returns True, the record is read-only and cannot be modified.
If the command returns True, the record is read-only and cannot be modified.