Performs the delayed copying of a document into an application using a server. The function is useful if an user hasn't enough access level to an app but a document has to be added into it. The request for document's copying will be placed in the app DEC or an other app which is set to process the requests on server. Read more about this in the help topic - Delayed documents update.
Syntax
DEprCopyDelay( doc As NotesDocument, dstDb As NotesDatabase, saved As Boolean )
Arguments
doc - NotesDocument, input. A source document which should be copied. It can be a new or saved document.
dstDb - NotesDatabase, input. An application which the document should be copied into.
saved - boolean, input. The value True (-1) means that a saved document is being copied and the source document itself will be copied at result of the processing of the request for copying. The value False (0) means that a not saved is being copied and in this case all fields of the source document will be placed into the request for copying.
Return
Does not return a value.
Configs used
None.
Topic links:
See also: