LOTUSSCRIPT/COM/OLE CLASSES
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%
Compact the database to ensure that the option takes effect. See Compact.
See GetOption for getting a database option.
Example