Function EN Version 1.90

@AnyDay

Misc TimeDate

Syntax

@AnyDay;

Description

Returns the time/date value (TD) for any date. A comparison with any other date is always TRUE.

Example: @AnyDay

TD:=@AnyDay;
@Date(@Now)=TD;

returns 1

DBHANDLE1:=@OpenDB("TEST.NSF");
FORMULA2:="SELECT Form=\"TEST FORM\" & Category=\"Kat1\"";
@LogReport(@ScanDB(DBHANDLE1;FORMULA2;@AnyDay;32767));
DBHANDLE1:=@CloseDB(DBHANDLE1);

….selects regardless of the documents‘ creation date.

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