LOTUSSCRIPT/COM/OLE CLASSES


GetNextDatabase method
Example

Returns the next database in a directory, using the file type specified in the GetFirstDatabase method.

Defined in

NotesDbDirectory

Syntax

Set notesDatabase = notesDbDirectory.GetNextDatabase

Return value

notesDatabase


Language cross-reference

getNextDatabase method in Java DbDirectory class

Example
See Also