Chapter Contents |
Previous |
Next |
GET_DATA Data Vector: _getInternalError |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getInternalError', error); |
Argument | Type | Description | |
---|---|---|---|
error |
C | returns the error state: | |
'Y' | an internal error has occurred in this column | ||
'N | an internal error has not occurred in this column |
Details |
The _getInternalError method is valid only if the viewer is a form editor. The default error state is 'N'. The internal error state is set to 'Y' if an error occurs in the data widget (such as an invalid type) or if a validation error occurs in the model (such as a value that exceeds the maximum). This way of indicating errors differs from a call to _erroronColumn for a column. For more information on those types of errors, see the _getUserError and _setUserError methods.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.