Filename (RecordLockingConflict property)
Name of the file in which last record locking conflict occurred (RecordLockingConflict class) This readOnly property returns a longstring that contains the name of the file in which the last record locking conflict occurred.
Syntax
%string = recordLockingConflict:Filename
Syntax terms
%string | A longstring to receive the file name. |
---|---|
%recordLockingConflict | A reference to an instance of a RecordLockingConflict object. |