EN 776 documents

Engine Help: Command

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

22 documents found

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.

DEL VAR

Command Version 1.90

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

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.

ENCRYPT IDF

Command Version 1.91

ENCRYPT IDF encrypts the IDF document idf_file and creates a new IDF document, new_idf_file, which contains the encrypted information. The comment field can contain info about encrypted servers. Only encrypted IDF docume …

ENCRYPT PRC

Command Version 1.91

ENCRYPT PRC encrypts the PRC document prc_file and creates a new PRC document, new_prc_file, which contains the encrypted information. The comment field can contain info about encrypted servers. Only encrypted PRC docume …

END

Command Version 1.90

END marks the end of an AEF program.

FREE MEMORY

Command Version 1.90

Deletes all global variables (VariableName[GLOBAL]) from memory.

IMPORT IDF

Command Version 1.90

IMPORT IDF imports data from the file import_file into Notes documents in the current main database. The structure and conversion of the data is specified in the IDF file idf_file.

PROCESS

Command Version 1.90

Calls the processing macro prc_file.

SET CRYPT DATATYP

Command Version 2.00

Determines the data type for the encrypted API Engine fields. Text is the default. All fields, saved and encrypted after this command, are saved with this data type. DataTypText: "RT" "TEXT" Example1: SET CRYPT DATATYP:" …

SET CRYPT SUMMARY

Command Version 2.00

Determines whether or not the SUMMARY flag is to be set for API engine encryted fields. The default setting is 1. All fields which are encrypted and saved using this command are saved with a SUMMARY flag depanding on the …

SET VAR

Command Version 1.90

Attaches a global variable to the processing (analog) (VariableName[GLOBAL]:=Item;). DataTyp returns the DatenTyp of the variable and a ListSeperator (always one line only) returns the separating symbol for a list. Possi …

SET VAR ENV

Command Version 2.97

Attaches a global variable to the processing (analog) (VariableName[GLOBAL]:=@Environment(EnvironmentVariableName);). DataTyp returns the DatenTyp of the variable and a ListSeperator (always one line only) returns the se …

SET VAR SHARED

Command Version 3.04

Attaches a global variable to the processing (analog) (VariableName[SHARED]:=Item;). DataTyp returns the DatenTyp of the variable and a ListSeperator (always one line only) returns the separating symbol for a list. Possi …

SWITCH LOGDOC

Command Version 4.50

After the execution of SWITCH LOGDOC, the logging will be continued in a follwing APILOG-document.