
Context: | 
Class Property |

Library/Class: | 
FileImport Class |
FileImport.IsError As Integer, Read/Write
If an error exception occurs, either because of an internal error of the Integra script libraries or because of an error in any advanced Notes Formula or Lotus Script, the IsError property is set to True. At the same time the import.ErrorText property contains the error message.
Using Lotus Script in the Script Error Handler (Integra profile) the profile developer can analyse the error message contained in import.ErrorText for specific errors. If the error handler can correct a particular error, the import.ErrorText property should be blanked ("") and the IsError property set to False.
|