LOTUSSCRIPT/COM/OLE CLASSES


Examples: SetNoteLink method
1. This example sets the Type property of the first entry in the products outline to Link - Database and the Value property to the name of the database being linked to -- in this case, it's a database called URLTESTER.NSF Note that notesDatabase is the first parameter and does not require empty objects to be passed for the remaining two parameters.
2. This example sets the Type property of the child of the first entry in the products outline to Link - View and the Value property to By Category. Note that because notesView is the second parameter, an empty object is passed in for the first parameter, but the third parameter is not needed.
3. This example sets the Type property of the last entry in the products outline to Link and the Value property to the first document in the document collection. Note that the first and second parameters are passed in as empty objects because the notesDocument is the third parameter.
See Also