Description
Read-only. Returns True if the script is run during the Pass Two Verification phase. Use this method to ensure 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.InPassTwoVerification
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
InPassTwoVerification is the command.
Example
If Application.InPassTwoVerification Then
MsgBox "Enter values again for Pass 2 Verification"
End if