.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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