FORMULA LANGUAGE


EditMakeDocLink @Command
Example

Creates a link to the current document and copies it to the Clipboard. The user can paste the link into any rich text field.

Syntax

@Command( [EditMakeDocLink] )

Usage


After this command is triggered, the status bar displays, "DocLink copied to clipboard. Use Paste to insert it into a document."

This command does not work on the Web.

Language cross-reference

AppendDocLink method of LotusScript NotesRichTextItem class

appendDocLink method of Java RichTextItem class

Example
See Also