LOTUSSCRIPT/COM/OLE CLASSES


MakeResponse method
Example

Makes one document a response to another document. The two documents must be in the same database.

Defined in

NotesDocument

Syntax

Call notesDocument.MakeResponse( document )

Parameters

document


Usage

You must call Save after this method if you want to save the change you have made.

Language cross-reference

makeResponse method in Java Document class

ComposeWithReference @command in formula language

Example
See Also