Chapter Contents

Previous

Next
Form Editor: _updateUnprotectColumns

Form Editor: _updateUnprotectColumns



Unprotects one or more columns


Syntax
Details

Syntax

CALL SEND (form-id, '_updateUnprotectColumns', col-lst);

Argument Type Description
col-lst
N specifies the identifier of an SCL list that contains the column numbers that should be unprotected


Details

This method is only useful if you are writing your own model. The _updateUnprotectColumns method is called by the attached model to notify the form editor that one or more columns are unprotected from the model's point of view. The form editor unprotects 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.