unlock (Form - Java)

Unlocks a form.

Note: This method is new with Release 6.5.

Defined in

Form

Syntax

public void unlock()
    throws NotesException

Usage

IsDesignLockingEnabled in Database must be true or this method throws an exception.

This method throws an exception if the current user is not one of the lock holders and does not have lock breaking authority.

Example