
Context: | 
Class Property |

Library/Class: | 
FileImport Class |
FileImport.Continue As Integer, Read/Write
This property is used to control Integra's process flow. If import.Continue is True, Integra will continue processing importingdata. If after any event the import.Continue property is set to False, the event or the entire import process will be aborted:
The following table shows the effect of setting import.Continue = False for each of the Integra events (import only):
Event | Effect of setting import.Continue = False | Since Version |
CB_INITIALISE | Abort process, jump to CB_TERMINATE event | 2.0 |
CB_BFORIMPORT | Abort process, jump to CB_TERMINATE event | 3.0 |
CB_BFORREADCOM | Skip to next Excel or Text row, or Word document | 2.0 |
CB_BFORWRITENOTES | Skip to next Excel or Text row, or Word document | 2.0 |
CB_TERMINATE | No effect | 2.0 |
If any error exception is triggered, import.Continue is set to False, as well as stats.procstat is set to 0. Both settings effectively abort the entire import process. The profile developer can create a Lotus Script Error Handler in which he can set both process flow properties in order to tell Integra to e.g. ignore the error and to continue processing.
|