Chapter Contents

Previous

Next
GET_DATA Data Vector: _setInternalError

GET_DATA Data Vector: _setInternalError



Sets the internal error state


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setInternalError', error);

Argument Type Description
error
C sets the error state:


'Y' an internal error has occurred in this column


'N' an internal error has not occurred in this column


Details

The _setInternalError 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 more information on those types of errors, see the _getUserError and _setUserError methods in this class.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.