MakeResponse (NotesDocument - LotusScript®)

ある文書を別の文書の返答文書にします。それらの 2 つの文書は同一のデータベース内にある必要があります。

定義位置

NotesDocument

構文

Call notesDocument .MakeResponse( document )

パラメータ

document

NotesDocument。notesDocument が返答文書になる対象の文書です。Nothing を指定すると、エラーが生成されます。

使用法

変更を保存するときは、このメソッドを呼び出した後で Save を呼び出す必要があります。

クロスリファレンス

Java™ Document クラスの makeResponse メソッド

式言語の ComposeWithReference @コマンド