SCRUnlock()
Unlocks a field to allow editing.
Syntax
SCRUnlock(<cField>)
Arguments
<cField> --> Name of field to unlock.
Returns
Returns a Nil value.
Description
This function will unlock/enable the specified field so as to allow editing changes to the field. The background of the field is changed from grey to white. User input will be allowed until the field is disabled again.
If
the field was previously hidden it will be made visible.
See: SCRLock()
![]() |