Cancel()
Description
Description
Call this function to stop the conversion procedure. No output records will be appended to the output database table after you call this method.
Syntax
Syntax
Function Cancel()
Parameters
Parameters
none
Return value
Return value
none
Example:
Example:
Function OnRecordDone( ok )
If Not ok Then this.Cancel()
End FunctionÂ
See also
See also