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.
Function OnOutputRecord()
none
none
Function OnOutputRecord() ' this function is called on each output record
End Function