Chapter Contents

Previous

Next
Form Editor: _updateUnhideColumns

Form Editor: _updateUnhideColumns



Unhides one or more columns


Syntax
Details

Syntax

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

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


Details

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