Description
Read-only. Returns True if the script is run during the Pass One Verification phase. This is used to make sure that a script either only runs in a certain Verification phase, or that it does not run in a certain phase.
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.InPassOneVerification
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
InPassOneVerification is the command.
Example
If Application.InPassOneVerification Then
MyZone.Value = "pass 1 verify"
End if