Chapter Contents

Previous

Next
SCL List Model: _erroronColumn

SCL List Model: _erroronColumn



Turns on the error status of the specified columns for the current row


Syntax
Details

Syntax

CALL SEND (object-id, '_erroronColumn, col-name, ...);

Argument Type Description
col-name
C specifies one or more column names that should have the error status turned on. 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.

If the error status is turned on for any columns, then the model sets the viewer, if any, 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 put in error using _erroronColumn, you must remove the error status by using _erroroffColumn.


Chapter Contents

Previous

Next

Top of Page

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