EN 776 documents

Engine Help Category: Agent

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

5 documents found

@CheckHandle

Function Version 1.90

Checks whether VIEWHANDLE/NOTEHANDLE/DBHANDLE/FILEHANDLE... VIEWHANDLE1/NOTEHANDLE1/DBHANDLE1/FILEHANDLE1... is an open handle. If yes, TRUE returned, otherwise FALSE. FILEHANDLE can only be checked as of version 1.93.

@CloseAgent

Function Version 4.50

Closes the agent (filter) with the AGENTHANDLE AGENTHANDLE1 and returns the closed AGENTHANDLE back.

@ExecuteAgent

Function Version 4.50

This @Function executes the agent with the AGENTHANDLE AGENTHANDLE1 either against all documents (without the parameter NOTEHANDLE NOTEHANDLE3) of the DB in which the agent is located, or against a single document, with …

@GetDataType

Function Version 1.90

Returns the data type of the variable VAR1. Data type:   Return value: TEXT   A TEXTLIST   AL NUMBER   N NUMBERLIST   NL FLOAT   F FLOATLIST   FL TD      T TDLIST   TL RT   (RICHTEXT)   RT ID      I IDLIST   IL UNIDLIST  …

@OpenAgent

Function Version 4.50

Opens in the database with the DBHANDLE DBHANDLE1 the agent/filter named TEXT TITLE2. This @Function is available only as of Notes version 4.5. Return value: If the @Function is executed successfully, an AGENTHANDLE is r …