Engine Help: D
Filtered overview of the Engine Help documentation.
Data type VIEWMAPDATATYP
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type VIEWMAPLAYOUT
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data type VIEWPOS
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
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
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
This is an internal data type. Note : This text was machine-translated and may contain inaccuracies.
Data Types Summary
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
DATABASE specifies the main database which is related to the following commands. DB-Filename is the path and name of the database.
DBP Document
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
@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
@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
@FTIndex @FTDeleteIndex @FTGetLastIndexTime Note : This text was machine-translated and may contain inaccuracies.
DBProperties Info
@GetDBSpaceUsage @CompactDB @GetDBDocumentCount @GetDBID @GetDBModified @GetDBReplicaInfo/@SetDBReplicaInfo RID Note : This text was machine-translated and may contain inaccuracies.
DBProperties Launch
@GetDBLaunchOptions/@SetDBLaunchOptions Note : This text was machine-translated and may contain inaccuracies.
DBProperties Launch Preview Pane
@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
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 History
@GetDBReplicaHistory @DeleteDBReplicaHistory Note : This text was machine-translated and may contain inaccuracies.
DBProperties Replication Settings Advanced
@GetDBARConnections @GetDBARConnection @SetDBARConnection @DeleteDBARConnection
DBProperties Replication Settings Other
@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
@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
@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
@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
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
See STRUCTURAL KEYWORDS
DEFINE,UNDEFINE,IFDEF,IFUNDEF
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
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
Deletes the Global Variable VariableName[GLOBAL] from the hard disk.
DELFN
See STRUCTURAL KEYWORDS
DISPLAY ALLOC MEM
DISPLAY ALLOC MEM returns the size (in bytes) of dynamic memory currently being physically used by the program.
DISPLAY OPEN DBS
DISPLAY OPEN DBS returns the number of databases which are currently open due to PROCESSING.
DISPLAY OPEN NOTES
DISPLAY OPEN NOTES returns the number of documents which are currently open due to PROCESSING.
DISPLAY OPEN VIEWS
DISPLAY OPEN VIEWS returns the number of views which are currently open due to PROCESSING.
DISPLAY PRC SIZE
DISPLAY PRC SIZE returns the size of a program in bytes. 64512 Bytes is the maximum!!
DISPLAY TITLE
DISPLAY TITLE returns the current database title on the server console and in the API log document.
DISPLAY USED MEM
DISPLAY USED MEM returns the number of bytes in dynamic memory currently being used by the program.
DISPLAY VACANT MEM
DISPLAY VACANT MEM returns the number of bytes in dynamic memory which is currently not being used by the program.
