Purpose
Returns or assigns the status of the error setting of the file on the FirstClass server.
Syntax
ServerFile.RunTimeErrors = TRUE | FALSE
TRUE |
Causes a runtime error to be generated for any error condition that can be handled with a combination of On...Error and the Error attribute. |
FALSE |
Turns off runtime error generation. This is the default for backwards compatibility. |
|