Chapter Contents |
Previous |
Next |
Data Set Data Model: _protectColumn |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_protectColumn', col-name-1<,...col-name-n>); |
Argument | Type | Description |
---|---|---|
col-name-1 <,...col-name-n> | C | specifies one or more column names to protect. A single value of the quoted string, '_ALL_', specifies all columns. |
Details |
If you are using a data form, a form editor, or a subclass of the form editor with legacy (version 6-based) widgets, the effect of _protectColumn is that you can type into columns that are protected, but the widgets revert to their previous state when you press enter. If you are using a dataform, a form editor, or a subclass of the form editor with SCOM-based controls, you cannot type in the column if it is protected. If you are using a data table, a table editor, or a subclass of a table editor, the effect of _protectColumn is that you cannot type into the column at all.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.