FORMULA LANGUAGE


ComposeWithReference @Command
Example

Creates a response document containing a reference to the main document.

Note This @command is new with Release 6.

Syntax

@Command([ComposeWithReference]; server : database ; form ; flags)

Parameters

server : database


form
flags Usage

When composing a response document, make sure a database is open and a document is already selected at the view level.

If this command is used in a view action, the form formula of the view will override the form specified in the @command. To avoid this problem add the following line to the form formula of the view:

@If(@IsNewDoc; @Return(Form); "")

For information about form formulas, see "Form Formulas" in "Programming Overview."

Language cross-reference

MakeReponse method of LotusScript NotesDocument class

makeResponse method of Java Document class

Example
See Also