SetScanEnd() As Long

Description

This event is fired right after a Set is scanned and just before it is saved in the database. It can be used to add additional data to the Set or keep track of the scanning. Also, see FormScanEnd.

Use of this event may reduce Scan’s performance.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

No effect— treated the same as EV_OK.

EV_ERROR

Causes an error message and job termination.

Suggested usage

It can be used to add additional data to the set or keep track of the scanning.

Remarks

Only fired in the Scan module. Note that scanning performance (rate) may be reduced when you use this event.

Set-level events