par _ledude_ » 07 Nov 2003 à 11:54
utilise la méthode MakeResponse de la classe NotesDocument.Voici sa définition dans l'aideMakeResponse method ExemplesMakes one document a response to another document. The two documents must be in the same database.Defined inNotesDocumentSyntaxCall notesDocument1.MakeResponse( notesDocument2 )ParameternotesDocument2The document to which notesDocument1 becomes a response. If you specify Nothing, this method will generate an error.UsageYou must call Save after this method if you want to save the change you have made.