Function
EN
Version 4.50
@FTGetLastIndexTime
Fulltext
Syntax
@FTGetLastIndexTime(DBHANDLE1)
Description
Returns the time of the last full-text indexing of the DB with the DBHANDLE DBHANDLE1 as TD.
If a DB is not full-text indexed, @ERROR is returned.
Example: @FTGetLastIndexTime(DBHANDLE1)
DBHANDLE1:=@OpenDB("TEST.NSF");
RetStatus:=@FTGetLastIndexTime(DBHANDLE1);
@LogReport(RetStatus);
DBHANDLE1:=@CloseDB(DBHANDLE1);
On success, the time of the last indexing of the DB "TEST.NSF" is returned in RetStatusAPILog and then output to the API log.
Note : This text was machine-translated and may contain inaccuracies.
