LOTUSSCRIPT/COM/OLE CLASSES


Search method
Example

Given selection criteria for a document, returns all documents in a database that meet the criteria.

Defined in

NotesDatabase

Syntax

Set notesDocumentCollection = notesDatabase.Search( formula$, notesDateTime, maxDocs% )

Parameters

formula$


notesDateTime
maxDocs%
Return value

notesDocumentCollection


Language cross-reference

search method in Java Database class

EditSelectByDate @command in formula language

Example
See Also