@FILE_ERROR controls and reports on errors during table access operations.  Also referenced by @FILE.ERROR.

Array of error information returned if a row-oriented table access operation fails. There are three fields; their layout is as follows:

Field

Description

1

A message number associated with the current user (the corresponding message will be prefixed with an 'FS'.

2

Parameters filled into the text of the message, if any.

3

Further information if the error is not a standard error

@FILE_ERROR_MODE is a boolean flag, indicating whether or not the system should deal with file errors.  If true (1) the user program will handle the error.  If False (1), OpenInsight will handle the error.

  • No labels