EN 776 documents

Engine Help Category: NotesSystem

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

63 documents found

@SetDBLaunchOptions

Function Version 4.50

Sets the database launch options of the database identified by DBHANDLE DBHANDLE1. FN FNOPTIONS specifies the database launch options of the database. TEXTLIST TEXTLIST1 specifies the names of the navigators or the view. …

@SetDBOptions

Function Version 4.50

Sets the database options specified in FN FN2 in the database identified by DBHANDLE DBHANDLE1. If FN FNEXTOPTIONS is specified, the extended database options are also set; otherwise they remain unchanged. On success, FN …

@SetDBQuota

Function Version 4.50

Sets the database quota of the database identified by DBHANDLE DBHANDLE1 to the values specified in FNLIST FNLISTQUOTA2. Element No.   Meaning 1   Maximum size of the database in kB 2   Actual size of the database in kB …

@SetDBReplicaInfo

Function Version 1.90

Sets in the database identified by DBHANDLE DBHANDLE1 the replication information: replica ID TD REPLICAID2, replication flags FN FLAGS3, replication purge interval FN CUTOFFINTERVAL4 and replication cutoff time TD CUTOF …

@SetDocPrivileges

Function Version 1.90

Sets in the document identified by NOTEHANDLE NOTEHANDLE1 the privileges specified in FLOATLIST PRIVILEGES2.

@SetEnvironment

Function Version 2.10

Sets the environment variable TEXT TEXT1 to the value TEXT TEXT2.

@SetNoteClass

Function Version 2.10

Sets the NOTECLASS FN2 (see NOTECLASSES) in the document identified by NOTEHANDLE NOTEHANDLE1. Returns TRUE or an ERROR. NOTECLASS: DEC   BIT   Meaning 00000   XX   No Notes   no documents 00001   01   Documents   data d …

@SetNoteDB

Function Version 2.10

Associates the document identified by NOTEHANDLE NOTEHANDLE1 with the database represented by DBHANDLE DBHANDLE1. Return value: On success, TRUE is returned; otherwise @ERROR.

@SetNoteID

Function Version 2.10

Sets the NOTEID to FLOAT FLOAT2 for the document represented by NOTEHANDLE NOTEHANDLE1.

@SetNoteOID

Function Version 1.90

Sets in the document identified by NOTEHANDLE NOTEHANDLE the OID to OID OID2. This @Function can only be applied to newly created documents within this DB.

@UpdateView

Function Version 1.90

Updates the view identified by VIEWHANDLE VIEWHANDLE1 and returns VIEWHANDLE1.

@ZeroOID

Function Version 1.93

Returns a NULL OID. A zero OID is required in certain situations. For example, for DocLinks or to transfer document copies to other databases.

@ZeroUID

Function Version 5.00

Returns a UIDLIST with one NULL element. (The UID consists entirely of zeros.) A zero UID is required in certain situations. For example, for DocLinks.