LOTUSSCRIPT/COM/OLE CLASSES


Examples: IsFTIndexed property
1. This script checks if the current database has a full-text index before calling the FTSearch method.
2. This script uses IsFTIndexed to determine which method to use to create and save a newsletter. The newsletter contains links to ten documents that have to do with "press" in the database SALES.NSF. If the database is full-text indexed, it uses FTSearch to search the database. Otherwise, it uses Search to select documents where the Body field contains "press." The newsletter is saved in the database with the form name "Search Summary."
See Also