Description
Read-only. Returns TRUE if the AnyApp template uses mandatory index.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.PreIndexPhase
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
PreIndexPhase is the command.
Example
If Application.PreIndexPhase then
.. something …
Else
.. something else …
End if