Filename (RecordLockingConflict property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:RecordLockingConflict:Filename subtitle}}
{{Template:RecordLockingConflict:Filename subtitle}}
This readOnly property returns a <var>[[Longstrings|longstring]]</var> that contains the name of the file in which the last record locking conflict occurred.


==Syntax==
==Syntax==
Line 5: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%lstr</th>
<tr><th>%string</th>
<td>A longstring to receive the file name.
<td>A <var>longstring</var> to receive the file name.
</td></tr>
</td></tr>
<tr><th>%rlc</th>
<tr><th>%recordLockingConflict</th>
<td>A reference to an instance of a RecordLockingConflict object.
<td>A reference to an instance of a <var>[[RecordLockingConflict_class|RecordLockingConflict]]</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:RecordLockingConflict:Filename footer}}
{{Template:RecordLockingConflict:Filename footer}}

Revision as of 06:50, 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