04 Documentation updates
Designer
NotesRichTextItem AppendDocLink method usage
The requirement for having a default view has been added to the Usage section.
AppendDocLink method
Given a database, view, or document to link to, adds a link to the end of a rich text item.
Defined in
NotesRichTextItem
Syntax
Call notesRichTextItem.AppendDocLink( linkTo, comment$ [, HotSpotText$ ] )
Parameters
linkTo
NotesDatabase, NotesView, or NotesDocument. The database, view, or document to which you want to create a link.
comment$
String. The text that appears when a user presses and holds the mouse pointer over the link.
HotSpotText$
Note This parameter is new with Release 5.
Optional. String. If supplied, the HotSpotText appears in the RichTextItem as boxed text which can be clicked on with the mouse to follow the link. In this case, no other token appears in the text.
Usage
For this method to work you must set a default view in the database.