Chapter Contents

Previous

Next
Form Editor: _updateProtectColumns

Form Editor: _updateProtectColumns



Protects one or more columns


Syntax
Details

Syntax

CALL SEND (form-id, '_updateProtectColumns', col-list);

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


Details

This method is only useful if you are writing your own model. The _updateProtectColumns method is called by the attached model to notify the form editor that one or more columns are protected from the model's point of view. The form editor protects the widgets linked to the columns in col-list.


Chapter Contents

Previous

Next

Top of Page

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