Engine Help: D
Filtered overview of the Engine Help documentation.
@Date
Returns the date part of TD/TDLIST TD1/TDLIST1.
@Day
Returns the day of the month of TD/TDLIST TD1/TDLIST1. If the @function is called with the parameter TEXTOPTIONS is called, this determines the return type. F=Wie ohne TEXTOPTIONS (return data type = FLOAT/FLOATLIST) A=r …
@DebugFollowFun
Defines @functions whose INPUT and OUTPUT parameters should be documented when called. It must with the KEYWORD DEBUG the mode "FOLLOW" must be activated so that the list defined with @DebugFollowFun is defined must also …
@DebugFollowVar
Defines variables that should be documented when used. It must with the KEYWORD DEBUG the mode "FOLLOW" must be activated so that the list defined with @DebugFollowVar is defined must also be taken into account. @DebugFo …
@DecompileFormula
Decompiles the binary Notes formula (CNFORMULA) CNFORMULA1 into the Notes formula text. FN2 specifies whether this is a view selection formula (=1) or not (=0). With the syntax using one parameter, it is assumed that thi …
@Decrement
Decrements FN FN1 by 1 and writes the result directly to FN1. NOTE: This @function is highly optimized and extremely fast. The @function does never return a value. The return value of the @function is undefined !!! The E …
@Define
Defines a "term" that can be used for conditional compilation. Unlike the keyword DEFINE is @Define at runtime (and only if this @Define is executed) effective. TEXT1 must not contain spaces (" ") or special characters ( …
@DeleteDB
Deletes a database with the NOTESPATH NOTESPATH1. If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.
@DeleteDBActivity
Deletes the user activity of the database with the DBHANDLE DBHANDLE1. If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.
@DeleteDBARConnection
Deletes a specific Advanced Replication Settings connection between the target server TEXT DESTINATIONSERVER and the source server TEXT SOURCESERVER. The entry for Anyserver (wildcard "-") as source server cannot are del …
@DeleteDBReplicaHistory
Deletes the replication history of the database with the DBHANDLE DBHANDLE1. If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.
@DeleteDifferenceByFormula
Deletes documents in the database with the DBHANDLE TODBHANDLE2 which are not present in the database with the DBHANDLE FROMDBHANDLE1. It be only documents taken into account are, which have the NOTECLASS specified with …
@DeleteEnvironment
Deletes the environment variable TEXT TEXT1 physically from NOTES.INI. Returnvalue: 1 = variable could are deleted. 0 = variable not present. @Errro... = An error occurred; the variable was not deleted.
@DeleteListElement
It is from the FNLIST/TDLIST/TEXTLIST/IDLIST/HUGETEXTLIST FNLIST1/TDLIST1/TEXTLIST1/IDLIST1/HUGETEXTLIST1 the element at position FN FN2 deleted.
@DeleteLogEntry
This @function determines whether the APILog document for this task should be deleted after the task has ended or not. FN FN1: DEC Meaning 32768 Delete document 0 Do not delete document 3 Query status, but do not …
@DeleteNote
Deletes a document with the NOTEHANDLE NOTEHANDLE1 in of the database with the DBHANDLE DBHANDLE2. The document must have been opened beforehand. Deleting it automatically closes it. In FN FNUPDFLAGS3 can Optionen specif …
@DeleteNoteByID
Deletes the document or documents with the NOTEID NOTEID2, or with the NOTEIDLIST NOTEID2, in the database with the DBHANDLE DBHANDLE1. If the operation was completed successfully, the @Function result is the number of d …
@DeleteNoteByPosition
Deletes a document in the database with DBHANDLE DBHANDLE1 in the view with VIEWHANDLE VIEWHANDLE2 at position VIEWPOSITION/VIEWPOS VIEWPOSITION3. The document must not be opened. If the operation was executed successful …
@DeleteOSDirectory
Syntax 1: Deletes the directory with OSPATH OSPATH1. Syntax 2: Deletes the directories specified in the OSPATHLIST OSPATHLIST1 are specified. A directory must be empty before it can be deleted.
@DeleteOSFile
Syntax 1: Deletes the file with OSPATH OSPATH1. Syntax 2: Deletes the files specified in the OSPATHLIST OSPATHLIST1 are specified. A NUMBERLIST is returned; at each corresponding position parallel to TEXT1/TEXTLIST1, 1 i …
@DestroyBuffer
With @DestroyBuffer, a binary buffer of data type BINBUFFER is released again. Return: A handle to a "destroyed" binary buffer of data type BINBUFFER or @Error.
@DetachOSFileFromNote
Deletes one or more files from the document with NOTEHANDLE NOTEHANDLE1 whose file name(s) are specified in TEXT/TEXTLIST TEXT1/TEXTLIST1 or whose list position numbers (@AttachmentInfo) are specified in FN/FNLIST FN1/FN …
@DigitsToText
Converts the ASCII-CHAR values in TEXT/TEXTLIST TEXT1/TEXTLIST1 to the corresponding ASCII texts and returns them as TEXT/TEXTLIST. The second parameter specifies the number system in which the ASCII-CHAR values in TEXT1 …
@DNSQuery
Currently available for Windows only!!! Sends a query via UDP to the DNS server with the Internet IP address TEXT IPADDRESS1 and returns the result as TEXTLIST . Each element represents a record whose fields are separate …
@DNSQueryAddress
Currently available for Windows only!!! Returns the Internet IP address for the specified host TEXT TEXT1 . The different settings of the current system of the executing server are used.
@DNSQueryHost
Currently available for Windows only!!! Returns the official host name for an Internet IP address TEXT TEXT1 . The different settings of the current system of the executing server are used.
@DocLength
Returns the size of the document with the NOTEHANDLE NOTEHANDLE1 (object size of the document without attachments). If @DocLength is used in the second format, the lengths of the contents of the fields (and the attachmen …
@Dump
Outputs the contents of the variable VAR as a dump (memory dump) to a file in the Notes server data directory. The file name consists of the first 8 characters of the variable name + ".DMP". With OSPATH OSPATH2, to alter …
Data type AGENTHANDLE
A complex data type which represents a database agent.
Data type ATTACHLIST
Represents a list of attachments on a document. This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type BINBUFFER
A handle to a binary buffer. It can hold large amounts of binary data. Note : This text was machine-translated and may contain inaccuracies.
Data type BOOL
BOOL is not actually a separate data type, but is of type NUMBER and denotes its use with a special meaning in logical expressions. A 0 is equal to FALSE, i.e. logically false; all other values (preferably 1) are TRUE, i …
Data type CEXPRESSION
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type CLASS
A handle to a class. Note : This text was machine-translated and may contain inaccuracies.
Data type DBCLASS
DBCLASS is TEXT type and has the following meaning: "NSF" Standard Database "NSG" Giant Database 200 MB "NSH" Huge Database 300 MB "NTF" Template Database "NSX" Test Database "DSK" Desktop Database "NCF" No …
Data type DBHANDLE
A complex data type which represents a database.
Data type DNFIELD
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type ERRORITB
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type EXEKEYWORD
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type FDEF
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type FILEHANDLE
A complex da type which represents an OSFile. See: @OpenOSFile @CloseOSFile @WriteOSFile @ReadOSFile
Data type FLOAT
Analogous to a Notes data type number
Data type FLOATLIST
Analogous to a Notes data type number list. Maximun 8063 elements.
Data type FN
Synonym for "Data type FLOAT or NUMBER"
Data type FNLIST
Synonym for "Data type FLOATLIST or NUMBERLIST"
Data type FTPNT
A handle to an FTP connection under Windows. Note : This text was machine-translated and may contain inaccuracies.
Data type FTSHANDLE
A handle to a full-text search. Note : This text was machine-translated and may contain inaccuracies.
Data type GDIMGPTR
A handle to a GD image. Note : This text was machine-translated and may contain inaccuracies.
Data type HLLCOMHANDLE
HLL-COM Handle. Note : This text was machine-translated and may contain inaccuracies.
Data type HUGEITEM
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
