Chapter Contents |
Previous |
Next |
Data Form and Data Table: _erroronColumn |
Delegated to: | Data Set Data Model class |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (object-id, '_erroronColumn', col-name-1<,...col- name-n>); |
Argument | Type |
Description | |
---|---|---|---|
|
C | specifies one or more column names that should be set in error. A single value of the quoted string, '_ALL_', turns on the error status for all columns. |
Details |
The specified columns are displayed using the column's error foreground and background colors. On PC platforms, when a column is selected, it is displayed using the machine's setting for selection color instead of the column's error foreground and background colors.
If the error status is turned on for any columns, then the model sets the viewer in error. This is done to prevent ending from the frame while a row is in error.
You cannot leave the row if any of its columns are in error.
If a column is placed in error using _erroronColumn, you must remove the error status using _erroroffColumn, the _override method, issue the OVERRIDE command, or select Override from the pop-up menu.
See Also |
_erroroffColumn and _override
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.