EN 776 documents

Engine Help: D

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

136 documents found

@Date

Function Version 1.90

Returns the date part of TD/TDLIST TD1/TDLIST1.

@Day

Function Version 1.90

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

Function Version 3.00

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

Function Version 3.00

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

Function Version 2.10

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

Function Version 1.90

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

Function Version 4.50

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

Function Version 2.10

Deletes a database with the NOTESPATH NOTESPATH1. If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.

@DeleteDBActivity

Function Version 2.10

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

Function Version 4.50

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

Function Version 2.10

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

Function Version 4.50

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

Function Version 4.50

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

Function Version 2.10

   It is from the FNLIST/TDLIST/TEXTLIST/IDLIST/HUGETEXTLIST FNLIST1/TDLIST1/TEXTLIST1/IDLIST1/HUGETEXTLIST1 the element at position FN FN2 deleted.

@DeleteLogEntry

Function Version 4.50

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

Function Version 1.90

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

Function Version 1.90

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

Function Version 1.90

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

Function Version 2.00

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

Function Version 2.00

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

Function Version 5.00

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

Function Version 2.00

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

Function Version 2.00

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

Function Version 4.50

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

Function Version 4.50

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

Function Version 4.60

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

Function Version 1.90

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

Function Version 1.90

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 ATTACHLIST

Text Version 1.90

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

Text Version 1.90

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

Text Version 1.90

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

Text Version 1.90

This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.

Data type CLASS

Text Version 1.90

A handle to a class. Note : This text was machine-translated and may contain inaccuracies.

Data type DBCLASS

Text Version 1.90

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 DNFIELD

Text Version 1.90

This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.

Data type ERRORITB

Text Version 1.90

This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.

Data type EXEKEYWORD

Text Version 1.90

This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.

Data type FDEF

Text Version 1.90

This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.

Data type FILEHANDLE

Text Version 1.91

A complex da type which represents an OSFile. See: @OpenOSFile @CloseOSFile @WriteOSFile @ReadOSFile

Data type FLOATLIST

Text Version 1.90

Analogous to a Notes data type number list. Maximun 8063 elements.

Data type FN

Text Version 1.90

Synonym for "Data type FLOAT or NUMBER"

Data type FTPNT

Text Version 1.90

A handle to an FTP connection under Windows. Note : This text was machine-translated and may contain inaccuracies.

Data type FTSHANDLE

Text Version 1.90

A handle to a full-text search. Note : This text was machine-translated and may contain inaccuracies.

Data type GDIMGPTR

Text Version 1.90

A handle to a GD image. Note : This text was machine-translated and may contain inaccuracies.

Data type HLLCOMHANDLE

Text Version 1.90

HLL-COM Handle. Note : This text was machine-translated and may contain inaccuracies.

Data type HUGEITEM

Text Version 1.90

This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.