EN 776 documents

Engine Help Category: Debugging

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

17 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.)

@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.

@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 …

@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 …

@GetDeleteCount

Function Version 1.90

Returns the number of documents currently deleted by the program.

@GetDoneCount

Function Version 1.90

Returns the number of documents currently processed by the progron (IDF).

@GetOpenDBs

Function Version 1.90

Returns the number the currently from the Programm openedn databaseen.

@GetOpenNotes

Function Version 1.90

Returns the number the currently from the opened documents by this program.

@GetOpenViews

Function Version 1.90

Returns the number of the currently opened view by this program.

@GetUpdateCount

Function Version 1.90

Returns the number of documents currently modified (and also created) by the program.

@IsError

Function Version 1.90

Checks whether any of the variables VAR1-VAR99 contains an error status and returns TRUE if this is the case; otherwise FALSE. IMPORTANT: This @Function returns TRUE if one of the variables VAR1-VAR99 are of Type TEXT st …

@LogReport

Function Version 1.90

Outputs the contents of the variable VAR1 to the API log and on the server console. With FN OPTIONS2 the detailed behavior of the @Function can be defined. FNLIST STYLE3 specifies the font, options, color and size of the …

@PrtVStack

Function Version 1.90

Outputs the VStack with dem names NAME1 (if "" is specified, _PRCVSTACK - the local VStack of this function or context - is used). With FN OPTIONS2 the detailed behavior can be specified, and with FN SIZE3 a maximum size …

@Trace

Function Version 1.90

Turns trace mode on (1) or off (0) according to FN STATE1. This determines whether all errors (1) or only severe errors (0) are written to the log file.

DEBUG

Text Version 2.97

DEBUG("ON"); DEBUG("OFF"); DEBUG("SIMPLE"); DEBUG("ALL"); DEBUG("FOLLOW"); DEBUG("FOLLOW2"); Enables or disables debug mode. In "FOLLOW" mode, the @functions @DebugFollowFun and @DebugFollowVar are taken into account. Th …