Function EN Version 2.10

@GetApiLogDocInfo

Database Note System

Syntax

@GetApiLogDocInfo(DBHANDLE1;NOTEHANDLE2);

Description

This @Function returns the DBHANDLE DBHANDLE1 and the NOTEHANDLE NOTEHANDLE2
of the current APILOG document. The return value of the @Function is
always TRUE. If the values are not available, the data type DBHANDLE1 and NOTEHANDLE2
is returned in PV is returned.

Example: @GetApiLogDocInfo(DBHANDLE1;ID1):

Ret:=@GetApiLogDocInfo(dbh1;noteh1);
@LogReport(@GetDataTyp(Ret));
@LogReport(Ret);
@LogReport(@GetDataTyp(dbh1));
@LogReport(dbh1);
@LogReport(@GetDataTyp(noteh1));
@LogReport(noteh1);

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