Function EN Version 1.93

@NewOID

Database Note NotesSystem

Syntax

@NewOID(DBHANDLE1);

Description

Returns a OID for a new document in a database with the DBHANDLE DBHANDLE1.

Example: @NewOID(DBHANDLE1)

DBHANDLE1:=@OpenDB("TEST.NSF");
@LogReport(@NewOID(DBHANDLE1));
DBHANDLE1:=@CloseDB(DBHANDLE1);

Opens the database, outputs a new OID and then closes it again.

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