Chapter Contents |
Previous |
Next |
Extended Table: _erroroff |
Overrides | the _erroroff method for the Widget class. |
Syntax | |
Details | |
Examples |
Syntax |
CALL NOTIFY (extended-table-name, '_erroroff', row<, widget-name>); |
Argument | Type | Description |
---|---|---|
row |
N | the row that contains the widget. If row is 0, all rows up to the current maximum are processed. |
widget-name |
C | the name of the widget. If widget-name is blank, all widgets in the row are processed. |
Details |
In addition to inheriting the functionality of the _erroroff method for the Widget class, _erroroff for extended tables enables you to initialize or change the ERROR attribute for widgets outside the GETROW and PUTROW sections of your program. If row or widget-name name is specified, _erroroff causes the GETROW section of your SCL program to execute when the extended table receives a _refresh.
Examples |
See the examples for the _erroron method.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.