JAVA/CORBA CLASSES


makeResponse method
Example

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

Defined in

Document

Syntax

public void makeResponse(Document doc)
   throws NotesException

Parameters

Document doc


Usage

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

Language cross-reference

MakeResponse method in LotusScript NotesDocument class

ComposeWithReference @command of formula language

Example