Returns the Verify statistics for a specific form definition.
[ReturnValue =] Object.GetVerifyStatistics (FormDefNo, TotalVerified, CompleteForms, RetypeForms, IncompleteForms, ValidationErrorForms, InterpretErrorForms, MassVerifyForms, NoOfRemovedForms )
|
Part |
Data type |
Description |
|
Object |
Object |
An object expression that evaluates to an object in the Applies To list. |
|
FormDefNo |
Integer |
The number representing the form definition in the job from which statistics are gotten. |
|
TotalVerified |
Long (ByRef) |
The total number of processed forms of this particular form definition. |
|
CompleteForms |
Long (ByRef) |
The total number of processed forms of this type receiving Complete status. |
|
RetypeForms |
Long (ByRef) |
The total number of processed forms of this type receiving Retype status. |
|
IncompleteForms |
Long (ByRef) |
The total number of forms of this type receiving Incomplete status. |
|
ValidationErrorForms |
Long (ByRef) |
The total number of forms of this type interpreted receiving Validation error status. |
|
InterpretErrorForms |
Long (ByRef) |
The total number of forms of this type interpreted receiving Interpretation error status. |
|
MassVerifyForms |
Long (ByRef) |
The total number of forms of this type interpreted receiving Mass verify status. |
|
NoOfRemovedForms |
Long (ByRef) |
The total number of forms of this type that were deleted during the verification process. |
1 <= FormDefNo <= Object.NoOfFormDefs
Data type: Integer – the return value is non-zero if the method failed to get the statistics and 0 if it succeeded. See Event return value constants.
If this method is used while running a job then the result is a snapshot. Use this method in the JobStopped event to get the total statistics for the entire job session.