OnOutputRecord()

Description

OnOutputRecord is called in the Auto mode before an output record is inserted into the output database table. This is the primary method to be implemented for custom calculations of output values, input record analysis, filtering of output records, and other tasks.

Syntax

Function OnOutputRecord()

Parameters

none

Return value

none

Example

Function OnOutputRecord()    ' this function is called on each output record

End Function

See also

TextConverter's Context Methods

OnRecord()