Chapter Contents |
Previous |
Next |
Form Editor: _updateHideColumns |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_updateHideColumns', col-lst); |
Argument | Type | Description |
---|---|---|
col-lst |
N | specifies the identifier of an SCL list that contains the column numbers that should be hidden |
Details |
This method is only useful if you are writing your own model. The _updateHideColumns method is called by the attached model to notify the form editor that one or more columns are hidden from the model's point of view. The form editor hides the widgets linked to the columns in col-lst.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.