Context: |
Class Method (Function) |
Library/Class: |
FileImport Class |
Function FileImport.IsExecuteCallBack() As Integer
IsExecuteCallBack (stats As StaticVars, status As Integer)
This IsExecuteCallBack method is called from various places within the runtime libraries to execute the advanced callback formula and script as defined in the Integra profile. The sequence is first Notes Formula then Lotus Script.
If any formula or script error occurs, the IsExecuteErrorHandle method is called.
Parameters:
Handle to Integra's runtime object stats
status (Integer)
Integra event with which the callback formula and or script is called with.
Return Value:
Returns the value of the export.continue property or False if any formula or script error occured and no error callback script is defined.
Sample:
|