CheckEndorse (Method) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Virtually endorses the back of the check for DEPOSit processing. Not supported in VERIFYit.

Applicable Events

Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify Post Extract, Pre/Post Verify.

Syntax

object.CheckEndorse (bVirtualBack, strEndorsementString, CheckFrontImageSequence)

Parameters

Object is a reference to a Form object. For more information, see Form Object (page Form Object).

CheckEndorse is the command.

bVirtualBack indicates if the check back is virtually created or was physically scanned and is the next image in the batch.

strEndorsementString is an optional parameter. Use vbCrLF to indicate separate endorsement lines in the string.

CheckFrontImageSequence is an optional parameter. If this parameter is not specified, the current image is used.

Example

strEndorsement = "For Deposit Only" & vbCrLf & "Account Number #####" & vbCrLf & "Another Number ####"

bOk = Form.CheckEndorse (True, strEndorsement, nCheckFrontSequence)