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