LOTUSSCRIPT/COM/OLE CLASSES


LockProvisional method
Example

Locks a document provisionally.

Note This method is new with Release 6.

Defined in

NotesDocument

Syntax

flag = notesDocument.LockProvisional( [ name ] )

Parameters

name


Return value

flag

Usage

IsDocumentLockingEnabled in NotesDatabase must be True or this method raises an error.

The following actions occur depending on the current lock status:


If the document is modified by another user before the lock can be placed, this method raises an error.

Language cross-reference

lockProvisional method in Java Document class

Example
See Also