Engine Help: H
Filtered overview of the Engine Help documentation.
@HashPassword
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
@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
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
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
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
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
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
Returns a variable of type HUGETEXTLIST with 0 elements.
HOOK Installation
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
HookCreateNote[GLOBAL](DBHandle;UserName;DBPath;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.
HOOK: DeleteNote
HookDeleteNote[GLOBAL](DBHandle;UserName;DBPath;NoteID;Flags;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.
HOOK: GetPassword
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
HookOpenDBExtended[GLOBAL](*DBPath;Options;UnusedHandle;*RetDBModified;*RetDBHandle;UserName; *RetDataMod;*RetNonDataMod;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.
HOOK: OpenNote
HookOpenNote[GLOBAL](DBHandle;UserName;DBPath;NoteID;Options;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.
HOOK: OpenNoteByUNID
HookOpenNoteByUNID[GLOBAL](DBHandle;UserName;DBPath;NoteUNID;Options;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.
HOOK: UpdateNote
HookUpdateNote[GLOBAL](DBHandle;UserName;DBPath;Options;NoteHandle;Status;*Return) Note : This text was machine-translated and may contain inaccuracies.
HOOKs
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 …
