EN 776 documents

Engine Help: D

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

136 documents found

Data type VIEWMAPDATATYP

Text Version 1.90

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

Data type VIEWMAPLAYOUT

Text Version 1.90

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

Data type VIEWPOS

Text Version 10.02

A complex data type that represents a position in a sorted view. Note : This text was machine-translated and may contain inaccuracies.

Data type VIEWPOSITION

Text Version 2.97

An FNLIST with 10 entries. (V2.XX) The 1st entry contains the number of categorized columns; the 10th entry contains the number of entries in the category. The entries in between identify the document. To point to the fi …

Data type VPRList

Text Version 2.10

A FLOATLIST, which represents a Variable-Handle-Liste. In a VPRList different variables from different Variable-Gruppen can be brought into one group of collection. A group of this kind is independant of the contents of …

Data type VSTACKREF

Text Version 1.90

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

Data Types Summary

Text Version 2.00

Overview of the data types used by the Engine. Many data types cannot be transferred to Notes. Some data types are only used in combination with specific options. TEXT   A TEXTLIST   AL NUMBER   N NUMBERLIST   NL FLOAT   …

DATABASE

Command Version 1.90

DATABASE specifies the main database which is related to the following commands. DB-Filename is the path and name of the database.

DBP Document

Text Version 2.10

A DBP Document is an Engine Database Event Document. This is the old name for an Engine Database Event Document, but it continues to be used in Batch Scripts, in commands (Commands) (as well as on the server console) for …

DBProperties Basics

Text Version 4.50

@GetDBTitle/@SetDBTitle @GetDBPath @GetDBOptions/@SetDBOptions    Options:       BIT   DEC   HEX   MEANING if set       05   000016   00010   DB is a library       12   002048   00800   DB is a Personal Journal       15  …

DBProperties Design

Text Version 4.50

@GetDBReplicaInfo/@SetDBReplicaInfo RID    FLAGS3:       BIT   DEC   HEX   MEANING if set       06    00032   0020   Design is hidden       04    00008   0008   Do not mark changed documents as unread       14    08192   …

DBProperties FullText

Text Version 4.50

@FTIndex @FTDeleteIndex @FTGetLastIndexTime Note : This text was machine-translated and may contain inaccuracies.

DBProperties Info

Text Version 4.50

@GetDBSpaceUsage @CompactDB @GetDBDocumentCount @GetDBID @GetDBModified @GetDBReplicaInfo/@SetDBReplicaInfo RID Note : This text was machine-translated and may contain inaccuracies.

DBProperties Launch

Text Version 4.50

@GetDBLaunchOptions/@SetDBLaunchOptions Note : This text was machine-translated and may contain inaccuracies.

DBProperties Launch Preview Pane

Text Version 4.50

@GetDBLaunchOptions/@SetDBLaunchOptions    FNOPTIONS:       BIT   DEC   HEX   MEANING if set       13   000496   01000   Preview Pane: Location Bottom Right   *       14   008192   02000   Preview Pane: Location Right    …

DBProperties Printer

Text Version 4.50

These properties are stored locally for each user in the DESKTOP.DSK file and therefore cannot be determined on the server. Note : This text was machine-translated and may contain inaccuracies.

DBProperties Replication Settings Other

Text Version 4.50

@GetDBReplicaInfo/@SetDBReplicaInfo    FLAGS3::       BIT   DEC   HEX   MEANING if set       03    00004   0004   Replication off (user-changeable) @GetDBReplicaInfo/@SetDBReplicaInfo    FLAGS3::       BIT   DEC   HEX    …

DBProperties Replication Settings Send

Text Version 4.50

@GetDBReplicaInfo/@SetDBReplicaInfo    FLAGS3:       BIT   DEC   HEX   MEANING if set       05    00016   0010   Do not replicate deleted documents. @GetDBOptions/@SetDBOptions    FNEXTOPTIONS:       BIT   DEC   HEX   ME …

DBProperties Replication Settings Space Savers

Text Version 4.50

@GetDBReplicaInfo/@SetDBReplicaInfo    CUTOFFINTERVAL4 and CUTOFFTD5 @GetDBReplicaInfo/@SetDBReplicaInfo    FLAGS3:       BIT   DEC   HEX   MEANING if set       10    00512   0200   File attachments are not replicated. @ …

DBProperties User Activity

Text Version 4.50

@GetDBActivity @DeleteDBActivity/@CreateDBActivity @GetDBOptions/@SetDBOptions    Options:       BIT   DEC   HEX   BEDEUTUNG wenn gesetzt       18   131072   20000   User Activity für diese DB ist confidential @GetDBActi …

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 …

DEFFN

Text Version 2.00

See STRUCTURAL KEYWORDS

DEFINE,UNDEFINE,IFDEF,IFUNDEF

Text Version 4.50

As of version 4.50 B180: Conditional compilation (DEFINE,UNDEFINE,IFDEF,IFUNDEF): DEFINE: Syntax: DEFINE(Test); DEFINE can be used to define a "term" as existing. WARNING: A "term" must not contain spaces (" ") or specia …

DEFINED Symbols

Text Version 4.50

The following defines are made by default and can be used as a way to distinguish in scripts that are evaluated at compile time: Engine V3.x:   Engine_Version_300 Engine V4.5:   Engine_Version_450 Engine V4.6:   Engine_V …

DEL VAR

Command Version 1.90

Deletes the Global Variable VariableName[GLOBAL] from the hard disk.

DELFN

Text Version 2.00

See STRUCTURAL KEYWORDS

DISPLAY ALLOC MEM

Command Version 3.00

DISPLAY ALLOC MEM returns the size (in bytes) of dynamic memory currently being physically used by the program.

DISPLAY OPEN DBS

Command Version 1.90

DISPLAY OPEN DBS returns the number of databases which are currently open due to PROCESSING.

DISPLAY OPEN NOTES

Command Version 1.90

DISPLAY OPEN NOTES returns the number of documents which are currently open due to PROCESSING.

DISPLAY OPEN VIEWS

Command Version 1.90

DISPLAY OPEN VIEWS returns the number of views which are currently open due to PROCESSING.

DISPLAY PRC SIZE

Command Version 2.10

DISPLAY PRC SIZE returns the size of a program in bytes. 64512 Bytes is the maximum!!

DISPLAY TITLE

Command Version 1.90

DISPLAY TITLE returns the current database title on the server console and in the API log document.

DISPLAY USED MEM

Command Version 1.90

DISPLAY USED MEM returns the number of bytes in dynamic memory currently being used by the program.

DISPLAY VACANT MEM

Command Version 3.00

DISPLAY VACANT MEM returns the number of bytes in dynamic memory which is currently not being used by the program.