.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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