EN 776 documents

Engine Help: C

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

58 documents found

@CacheLogReport

Function Version 1.90

Aktiviert or deaktiviert abhaengig vom Argument FN STATE1 buffering of LogReport statements (including @LogReport). The @Function returns the activation state of buffering as the result. STATE1: 0 = buffering off. 1 = bu …

@CacheLogReportUpdateInterval

Function Version 4.50

Sets the interval (FN1) at which, when @CacheLogReport is enabled, the APILog entry is updated. @CacheLogReportUpdateInterval always returns the current interval. (For FN1=0 only the current interval is returned.)

@CallDEFFNFunction

Function Version 5.00

Calls the GLOABLe DEFFN function named TEXT TEXTGLOBALGFUNNAME and the following parameters. The return parameters are determined by the definition of the DEFFN function definition -> see FUNKTIONEN. The GLOBALe DEFFN fu …

@CallIDF

Function Version 1.91

Calls an IDF document with the TEXT IDFNAME1 as sub-processing. The file with the OSPATH OSPATH2 is imported. ACHTUNG: Local variables from the main processing are not accessible in the program called by @CallIDF, and vi …

@CallPRC

Function Version 1.90

Calls a PRC document with the TEXT PRCNAME1 as sub-processing. ACHTUNG: Local variables from the main processing are not accessible in the program called by @CallPRC, and vice versa. Data (variables) can only be exchange …

@Char

Function Version 1.90

Converts the ASCII code specified in FN/FNLIST FN1/FNLIST1 specified ASCII code into the corresponding character, or into a list of characters.

@CheckDefine

Function Version 4.50

Checks whether a "term" (which can be used for conditional compilation) is defined or not. If the "term" is defined, @CheckDefine NUMBER 1 (TRUE) back. If the "term" is not defined, @CheckDefine NUMBER 0 (FALSE) back. TE …

@CheckHandle

Function Version 1.90

Checks whether VIEWHANDLE/NOTEHANDLE/DBHANDLE/FILEHANDLE... VIEWHANDLE1/NOTEHANDLE1/DBHANDLE1/FILEHANDLE1... is an open handle. If yes, TRUE returned, otherwise FALSE. FILEHANDLE can only be checked as of version 1.93.

@ClearFolder

Function Version 4.50

This @Function removes all documents in the DB with the DBHANDLE DBHANDLE1, from the folder with the VIEWHANDLE VIEWHANDLEFOLDER2. (The documents are only removed from the folder and not deleted from the DB.) ReturnWert: …

@ClearTaskTimeout

Function Version 4.50

Disables task timeout monitoring for the task that @ClearTaskTimeout onruft. The return value of @ClearTaskTimeout is in the case of success NUMBER 1, otherwise @ERROR.

@Clock

Function Version 4.60

Returns the milliseconds elapsed since the Engine was started.

@CloseAgent

Function Version 4.50

Closes the agent (filter) with the AGENTHANDLE AGENTHANDLE1 and returns the closed AGENTHANDLE back.

@CloseAttachedFile

Function Version 4.60

Closes the file attachment with the OBJECTFILEHANDLE OBJECTFILEHANDLE1 and returns the closed OBJECTFILEHANDLE back.

@CloseDB

Function Version 1.90

Closes a previously opened database with the DBHANDLE DBHANDLE1 and returns the closed DBHANDLE1 As of version 1.93, TEXT OPTIONS2 more specific or additional behavior can be specified. OPTIONS2: S: Also closes the sessi …

@CloseFtSearch

Function Version 5.00

Closes a previously opened full-text search with the FTSEARCHHANDLE FTSEARCHHANDLE1 and returns the closed FTSEARCHHANDLE1.

@CloseMutexSemaphore

Function Version 4.60

Closes the mutex semaphore with the mutex semaphore handle (MSH) MUTEXSEMAPHOREHANDLE. On success a closed mutex semaphore-Handle (MSH) is returned, otherwise @ERROR. A mutex semaphore can be owned (requested) by only on …

@CloseNote

Function Version 1.90

Closes the document with the NOTEHANDLE NOTEHANDLE1 and returns the closed NOTEHANDLE. With FN MODE2 can be used to specify more detailed behavior. MODE2: 0 = Do not save changes. 1 = Save changes. 2 = Save changes witho …

@CloseNTComPort

Function Version 4.00

Only for Engine under Windows! Closes the Device with the OSCOMHANDLE OSCOMHANDLE1 and returns the closed OSCOMHANDLE.

@CloseOSComPort

Function Version 3.00

Closes the Device with the OSCOMHANDLE OSCOMHANDLE1 and returns the closed OSCOMHANDLE.

@CloseOSFile

Function Version 1.91

Closes the OSFILE with the FILEHANDLE FILEHANDLE1 and returns the closed FILEHANDLE.

@CloseQueue

Function Version 4.60

Closes the message queue with the queue handle VSPECQUEUEHANDLE QUEUEHANDLE. On success, TRUE is returned; otherwise @ERROR.

@CloseView

Function Version 1.90

Closes the view with the VIEWHANDLE VIEWHANDLE1 and returns the closed VIEWHANDLE.

@CompactDB

Function Version 4.50

The DB with the NOTESPATH NOTESPATH1 is compacted. FNOPTIONS: BIT   DEC   HEX   BEDEUTUNG 01   00001   0001    02   00002   0002    03   00004   0004    04   00008   0008    05   00016   0010 06   00032   0020    07   00 …

@Compare

Function Version 2.00

comparisont PAR1 and PAR2 for binary identity. They may be of any data type. If they are identical, the result is TRUE ansonsten FALSE. NOTE: Variables of different types can also be compared, because only the binary con …

@CompareVPRList

Function Version 2.10

The corresponding elements are compared in each case. (variable 1 from VPRList1 with variable 1 from VPRList2, variable 2 from VPRList1 with variable 2 from VPRList2,...) With two parameters (The comparison is performed …

@CompileFormula

Function Version 2.10

Compiles TEXT1 a Notes formula text into the Notes formula compilation (CNFORMULA) and returns it. TEXT2 is required for column formulas and must contain the column item name. Example @CompileFormula(TEXT1): CNF:=@Compil …

@Contains

Function Version 4.50

Determines whether in TEXT/TEXTLIST TEXT1/TEXTLIST1 the TEXT TEXT2 or an element of TEXTLIST TEXTLIST2 is contained wholly or partially and returns TRUE if this is the case. An empty TEXTLIST1, which cannot contain anyth …

@CopyACL

Function Version 1.90

Copies the ACL of the database with the DBHANDLE DBHANDLE1 to the database with the DBHANDLE DBHANDLE2. If the @function was executed successfully, the @function result has the data type PV. The executing server must hav …

@CopyAttachment

Function Version 4.50

Copies attachments from the opened document with the NOTEHANDLE NOTEHANDLE3 of the database DBHANDLE DBHANDLE1 to the likewise opened document NOTEHANDLE NOTEHANDLE4 of the database DBHANDLE DBHANDLE2, without considerin …

@CopyDB

Function Version 1.90

Copies the database with the DBHANDLE DBHANDLE4 to a database with the NOTESPATH NOTHESPATH1 and the DBCLASS DBCLASS2 and returns a DBHANDLE to it. The documents matching the specification in NOTECLASSES NOTECLASSES6 mat …

@CopyFolder

Function Version 4.50

This @function copies, in the DB with the DBHANDLE DBHANDLE1, the folder with the VIEWHANDLE VIEWHANDLEFOLDER2 as a folder named TEXT NEWFOLDERNAME3. (All documents, subfolders, and the design are copied.) Returnvalue: I …

@CopyNote

Function Version 1.90

Copies the document with the NOTEHANDLE NOTEHANDLE2 to the database with the DBHANDLE DBHANDLE1 and returns the NOTEHANDLE to this new document. NOTEHANDLE3 is the NOTEHANDLE of the new document.

@CopyTemplateACL

Function Version 1.90

Copies the template ACL of the database with the DBHANDLE DBHANDLE1 as the ACL into the database with the DBHANDLE DBHANDLE2. Template ACL entries are specified in the ACL in square brackets. This @function converts thes …

@CopyVStack

Function Version 5.00

This @function copies all variables of the VStack with the VSTACKPATH TEXTSOURCEVSTACK to the VStack with the VSTACKPATH TEXTDESTINATIONVSTACK. If the parameter TEXT/TEXTLIST TEXTLISTVARNAMES is specified, only the varia …

@Cos

Function Version 1.90

Calculates the cosine of FN/FNLIST FN1/FNLIST1.

@CountListElement

Function Version 1.90

Adds to the TEXT/TEXTLIST/FN/FNLIST TEXT1/TEXTLIST1/FN1/FNLIST1 at FN POSITION2 the element TEXT/FN TEXT3/FN3 to it. In the case of TEXT1/FN1 is the only valid POSITION2 the value 1 is possible. Only elements of matching …

@CreateAttachmentFromBuffer

Function Version 5.00

Creates from the content of the BINBUFFER BINBUFFER an attachment with the (internal) name TEXT TEXTNAME in the document with the NOTEHANDLE NOTEHANDLE. FN FNOPTIONS: 0   None 1   Overwrite a possibly existing attachment …

@CreateBuffer

Function Version 5.00

With @CreateBuffer, a binary buffer of data type BINBUFFER is created. Return: A handle to the allocated binary buffer of data type BINBUFFER or @Error. FN FNSIZE1: Size of the binary buffer. FN FNUSEDSIZE2: Set the used …

@Created

Function Version 1.90

Returns the time/date value (TD) of the creation of the document with the NOTEHANDLE NOTEHANDLE1.

@CreateDB

Function Version 1.90

Creates a new completely empty database of DBCLASS DBCLASS2 under the NOTESPATH NOTESPATH1 and returns a DBHANDLE to it. With FN OVERWRITE3 can be used to specify whether an existing database with the same name should be …

@CreateDBActivity

Function Version 4.50

Starts logging the user activity of the database with the DBHANDLE DBHANDLE1. If NUMBER 1 is returned if the operation was successful (or user activity already exists); otherwise ERROR.

@CreateMutexSemaphore

Function Version 4.60

Creates a mutex semaphore named TEXT TEXTSEMAPHORENAME. On success, a mutex semaphore handle (MSH) is returned; otherwise @ERROR. A mutex semaphore can be owned (requested) by only one task at a time. (This is used to al …

@CreateNote

Function Version 1.90

Creates a new document in the database with the DBHANDLE DBHANDLE1 for the NOTEHANDLE NOTEHANDLE2 and returns the NOTEHANDLE to it.

@CreateObjectStore

Function Version 4.50

Creates a new Notes object store database with the NOTESPATH NOTESPATH1. With the parameter FN BOOLOVERWRITE2 specifies whether an already existing Notes object store database with this NOTESPATH NOTESPATH1 should be ove …

@CreateOSDirectory

Function Version 2.00

Syntax 1: Creates a directory with the OSPATH OSPATH1. Syntax 2: Creates the directories specified in the OSPATHLIST OSPATHLIST1 are specified.

@CreateQueue

Function Version 4.60

Creates a message queue named TEXT TEXTQUEUENAME. On success, TRUE is returned; otherwise @ERROR. A message queue is used for inter-task communication. The message queue can be opened by several tasks (see @OpenQueue) an …

@CreateQuietTask

Function Version 4.50

Creates a new Engine task the the GLOBAL function named TEXT/TEXTLIST TEXTGLOBALFUNCTIONNAME/TEXTLISTGLOBALFUNCTIONNAME executes. If @CreateQuietTask with a TEXTLIST is called as the first parameter, the first element mu …

@CreateQuietTaskNoWait

Function Version 1.90

Creates a new Engine task the the GLOBAL function named TEXT/TEXTLIST TEXTGLOBALFUNCTIONNAME/TEXTLISTGLOBALFUNCTIONNAME executes. If @CreateQuietTask with a TEXTLIST is called as the first parameter, the first element mu …

@CreateTask

Function Version 4.60

Creates a new Engine task the the GLOBAL function named TEXT/TEXTLIST TEXTGLOBALFUNCTIONNAME/TEXTLISTGLOBALFUNCTIONNAME executes. If @CreateTask with a TEXTLIST is called as the first parameter, the first element must co …

@CutList

Function Version 4.50

TEXT TEXT2 is split into the lengths specified in FN/FNLIST FN1/FNLIST1 and returned as TEXTLIST is returned. If TEXTLIST TEXTLIST3 is present, in the case of 0 (NULL) in FN/FNLIST FN1/FNLIST1 the corresponding element f …