Filename (RecordLockingConflict property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
m (we don't need another % sign)
Line 9: Line 9:
<td>A <var>longstring</var> to receive the file name.
<td>A <var>longstring</var> to receive the file name.
</td></tr>
</td></tr>
<tr><th>%recordLockingConflict</th>
<tr><th>recordLockingConflict</th>
<td>A reference to an instance of a <var>[[RecordLockingConflict_class|RecordLockingConflict]]</var> object.
<td>A reference to an instance of a <var>[[RecordLockingConflict_class|RecordLockingConflict]]</var> object.
</td></tr></table>
</td></tr></table>

Revision as of 07:18, 23 April 2011

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