EN 776 documents

Engine Help: H

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

17 documents found

@HashPassword

Function Version 10.01

Generates a hash from TEXT TEXTPASSWORD1 and returns it as TEXT. In case of an error, @HashPassword returns @Error. This @Function generates a hash that is compatible with a hash generated by the @Function @Password usin …

@HexDumpToBin

Function Version 12.11

@HexDumpToBin converts the hex stream dump in TEXT/BINBUFFER VAR1 into a binary buffer. Whitespace is ignored. Using TEXT TEXTRETTYPE2 it can be specified whether the returned binary data is returned as RT or as BINBUFFE …

@HookUpdateFields

Function Version 4.50

With this @Function, the fields changed by the Engine script of the global HOOK function of the document with the NOTEHANDLE NOTEHANDLE1 are transferred back into the document.

@Hour

Function Version 1.90

Returns the hours of TD/TDLIST TD1/TDLIST1. If the @Function is called with the parameter TEXTOPTIONS is specified, this determines the return type. TEXT TEXTOPTIONS F=default (return data type = FLOAT/FLOATLIST) A=Retur …

@HttpExtractFields

Function Version 5.00

The HTTP POST fields in TEXT TEXT1 are stored as Engine variables on the VStack TEXT VSTACKPATH2 stored. On success, TRUE returned, otherwise @ERROR.

@HTTPGet

Function Version 4.50

Currently available for Windows only!!! Returns the HTML code of a web page as TEXT. In addition to TEXT SERVER1 and TEXT PAGE2, a port number FN PORT3 can optionally be specified. If omitted, port 80 is used by default. …

@HTTPSGet

Function Version 7.02

Currently available for Windows only!!! Returns the HTML code of a web page as TEXT returned. In addition to TEXT SERVER1 und TEXT PAGE2 a port number FN/TEXT PORT3 can optionally be specified. If omitted, 443 (HTTPS) is …

@HugeTextList

Function Version 2.10

Returns a variable of type HUGETEXTLIST with 0 elements.

HOOK Installation

Text Version 4.50

Windows: Copy NAEHOOK.DLL to the NOTES program directory Add to NOTES.INI: EXTMGR_ADDINS=NAEHOOK OS/2: Copy IAEHOOK.DLL to the NOTES program directory Add to NOTES.INI: EXTMGR_ADDINS=IAEHOOK Note : This text was machine- …

HOOK: CreateNote

Text Version 4.50

HookCreateNote[GLOBAL](DBHandle;UserName;DBPath;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOK: DeleteNote

Text Version 4.50

HookDeleteNote[GLOBAL](DBHandle;UserName;DBPath;NoteID;Flags;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOK: GetPassword

Text Version 4.50

HookGetPassword[GLOBAL](MaxPWLen;*AktPWLen;*Password;IDFileName;IDFileOwnerName; DataLen;Data;MaxNewData;NewDataLen;NewData;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOK: OpenDBExtended

Text Version 4.50

HookOpenDBExtended[GLOBAL](*DBPath;Options;UnusedHandle;*RetDBModified;*RetDBHandle;UserName; *RetDataMod;*RetNonDataMod;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOK: OpenNote

Text Version 4.50

HookOpenNote[GLOBAL](DBHandle;UserName;DBPath;NoteID;Options;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOK: OpenNoteByUNID

Text Version 4.50

HookOpenNoteByUNID[GLOBAL](DBHandle;UserName;DBPath;NoteUNID;Options;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOK: UpdateNote

Text Version 4.50

HookUpdateNote[GLOBAL](DBHandle;UserName;DBPath;Options;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.

HOOKs

Text Version 4.50

HOOKs make it possible to intervene in certain internal processes of server tasks (Replica, Router, Server, Engine, etc.). Several things are required for this: 1. Installation of HOOK.DLL: (see Hook installation) 2. Glo …