makeResponse (Document - Java™)
Makes one document a response to another. The two documents must be in the same database.
Defined in
Syntax
public void makeResponse(Document doc)
throws NotesException
Parameters
Document doc
The document to which the current document becomes a response. Cannot be null.
Usage
You must call save after this method if you want to save the change you have made.