UserNumber (RecordLockingConflict property)

From m204wiki
Revision as of 07:20, 23 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

User number of the user that has the conflict (RecordLockingConflict class) This readOnly property returns the user number (unique per session) of the user that has the conflict.

Syntax

%number = recordLockingConflict:UserNumber

Syntax terms

%number A numeric variable to receive the user number.
recordLockingConflict A reference to an instance of a RecordLockingConflict object.

See also