Filename (RecordLockingConflict property)

From m204wiki
Revision as of 16:26, 5 May 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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.

See also