EN 776 documents

Engine Help: O

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

34 documents found

@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 …

@OpenAttachedFile

Function Version 4.60

Opens the attached file with attachment number FN FNATTACHMENTNUMBER2 or with the internal (unique) attachment name TEXT TEXTATTACHMENTNAME2 und outputs einen OBJECTFILEHANDLE for it. TEXT MODE3 can be used to specify th …

@OpenDB

Function Version 1.90

Opens a database with the NOTESPATH NOTESPATH1 and liefert einen DBHANDLE returned. As of version 1.93, TEXT OPTIONS2 can be used to specify more detailed behavior. OPTIONS2: L=Locked (no further opening from another loc …

@OpenDesignNote

Function Version 1.90

Opens the first document in the database with the DBHANDLE DBHANDLE1, that matches the NOTECLASSES NOTECLASSES3 matches and has the TEXT TITLE2 and has the specified title, and returns the NOTEHANDLE NOTEHANDLE4 returned …

@OpenFtSearch

Function Version 5.00

Opens in the database with the DBHANDLE DBHANDLE1 a full-text search with the search string TEXT TEXTQUERY2 and the options FN FNOPTIONS3. The parameter VIEWHANDLE VIEWHANDLESEARCHVIEW4 is reserved. This @Function is ava …

@OpenNoteByID

Function Version 1.90

Opens the document in the database with the DBHANDLE DBHANDLE1 and the ID NOTEID2 and returns the NOTEHANDLE NOTEHANDLE3 returned. Options can be specified using the optional parameter FN FNOPTIONS4 can be used to specif …

@OpenNoteByPosition

Function Version 1.90

Opens in the database with the DBHANDLE DBHANDLE1 in the view with the VIEWHANDLE VIEWHANDLE2 an the Position VIEWPOSITION VIEWPOSITION3 bzw. VIEWPOS VIEWPOS3 a document and outputs NOTEHANDLE NOTEHANDLE4 as the result. …

@OpenNoteByUID

Function Version 2.10

Opens the document in the database with the DBHANDLE DBHANDLE1 and the UID UID2 and returns the NOTEHANDLE NOTEHANDLE3 returned. FNOPTIONS4: BIT   DEC   HEX   Meaning if set 01   00000001   00000001   Open Summary only 0 …

@OpenNTComPort

Function Version 4.00

Only for the Engine under Windows! Opens the DEVICE with the OSCOMPORTNAME OSCOMPORTNAME und outputs einen OSCOMHANDLE for it.

@OpenOSComPort

Function Version 3.00

Opens the DEVICE with the OSCOMPORTNAME OSCOMPORTNAME und outputs einen OSCOMHANDLE for it.

@OpenOSFile

Function Version 1.91

Opens the OSFILE with the OSPATH OSPATH1 und outputs einen FILEHANDLE for it. TEXT MODE2 can be used to specify the open mode. MODE2: A=(Append)   Open for appending data B=(Binary)   No conversion from CR to CRLF or vic …

@OpenProfileNote

Function Version 4.60

Opens a profile document in the DB with the DBHANDLE DBHANDLE1 and returns the opened NOTEHANDLE NOTEHANDLE3 for this profile document. TEXT/TEXTLIST TEXT2/TEXTLIST2: If only a TEXT is specified, this is the profile form …

@OpenQueue

Function Version 4.60

Opens the message queue named TEXT TEXTQUEUENAME. On success, a queue handle is returned; otherwise @ERROR.

@OpenView

Function Version 1.90

Opens in the database with the DBHANDLE DBHANDLE1 a view/folder named TEXT NAME2 (or with the NOTEID VIEWNOTEID) and returns the VIEWHANDLE returned. Options can be specified in the parameter FN FNFLAGS3 can be used to s …

OID

Text Version 1.90

An OID is a number for a document that uniquely identifies it in the universe in one version, independently of any database. Note : This text was machine-translated and may contain inaccuracies.

Operator -

Function Version 1.90

Analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator :

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator :=

Function Version 1.90

In principle, analogous to Notes. Difference: Assignment (:=) is an operator and can therefore be used in chains. IMPORTANT: Field flags are not affected by assignments.

Operator !

Function Version 1.90

In principle, analogous to Notes. Difference: Empty text ("") is treated as Boolean 0. Non-empty text (e.g. "X") is treated as Boolean 1. Important error note: When used together with other operators, parentheses must be …

Operator !=

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator *

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator /

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator &

Function Version 1.90

Analogous to Notes in principal. Difference: Empty text ("") is viewed as Bool 0. Non-empty text (z.B. "X") is viewed as Bool 1.

Operator +

Function Version 1.90

Analogous to Notes. Special case NULLTEXTLIST (BuildList("";0)): The behavior for NULLTEXTLIST values is defined as follows: : TEXT+NULLTEXTLIST=TEXTLIST with one element containing the value TEXT TEXTLIST+NULLTEXTLIST=T …

Operator <

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator <=

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator =

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator >

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator >=

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator |

Function Version 1.90

Basically analogous to Notes. Difference: Empty text ("") is treated as Boolean 0. Non-empty text (for example "X") is treated as Boolean 1. Note : This text was machine-translated and may contain inaccuracies.

OPP Document

Text Version 2.10

A OPP Document is an Engine File Event Document. This is the old name for an Engine File Event Document, but it continues to be used in Batch Scripts, in commands (Commands) (as well as on the server console), for compat …

OS/2

Text Version 1.90

OS/2 is a registered trademark of International Business Machines Corporation (IBM). Note : This text was machine-translated and may contain inaccuracies.

OSFILE

Text Version 1.90

OSFILE indicates an OperatingSystemFile. - a file on the Notes server's hard drive,

OSPATH

Text Version 1.90

Represents an absolute or relative Operating System Path (in relation to the current directory).