Background indexing (OpenInsight)
At 17 AUG 2001 04:27:18AM Andrew Carey wrote:
Hello all,
Is there a way of telling, from with a program, if the application has background indexing switch on?
I need to be able to check this in both OI 3.7 and AREV 3.2
Thanks in advance,
Andrew.
At 17 AUG 2001 06:43AM WinWin/Revelation Technical Support wrote:
Andrew-
The background indexing time in OpenInsight is stored in the @environ.set variable, in field five.
So, for OI:
if indexing_on then
whatever.....End
The background indexing time in Arev is stored in the @environ.set variable, in field twenty-nine and thirty.
So, for Arev:
if index.time or bkgrnd.time then
whatever.....End
Hope it helps