LOTUSSCRIPT/COM/OLE CLASSES
Locks a document.
Note This method is new with Release 6.
Defined in
NotesDocument
Syntax
flag = notesDocument.Lock( [ name ] [, provisionalOK ] )
Parameters
name
flag
IsDocumentLockingEnabled in NotesDatabase must be True or this method raises an error.
This method:
Language cross-reference
lock method in Java Document class
@DocLock function in formula language
Example See Also