LOTUSSCRIPT/COM/OLE CLASSES


SetOption method
Example

Sets the value of a database option.

Note This method is new with Release 6.

Defined in

NotesDatabase

Syntax

Call notesDatabase.SetOption( optionName% , flag )

Parameters

optionName%

flag Usage

Compact the database to ensure that the option takes effect. See Compact.

See GetOption for getting a database option.

Example