LOTUSSCRIPT/COM/OLE CLASSES
Finds the text in a given field.
Note This method is new with Release 5.
Defined in
NotesUIDocument
Syntax
Call notesUIDocument.FindString(text$ [, wholeword ] [, backwards ] [, caseSensitive ] [, wildCards ] [, accentSensitive ] [, searchDocument ] [, findNext ] [, wrapAround ] [, ignoreDiacritics ])
Parameters
text$
Note This parameter has no effect but is maintained for backward compatibility.
Performs the equivalent of Edit - Find (CTRL+F or CTRL+G) that is done in the User Interface without prompting the user.
Language cross-reference
EditFind @command in formula language
@IsMember function in formula language
Example