Chapter Contents

Previous

Next
GET_DATA Data Vector: _setUserError

GET_DATA Data Vector: _setUserError



Sets the user error state


Syntax
Details

Syntax

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

Argument Type Description
error
C sets the error state


'Y' a user error has occurred in this column


'N' a user error has not occurred in this column


Details

The _setUserError 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 _getInternalError and _setInternalError in this class.


Chapter Contents

Previous

Next

Top of Page

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