Chapter Contents

Previous

Next
Data Form and Data Table: _setDisplayedColumns

Data Form and Data Table: _setDisplayedColumns



Sets the column names to be displayed and the order in which to display them

Restrictions _setDisplayedColumns has no effect on the order in which columns are displayed in a data form, a form editor, or a subclass of a form editor. However, it does effect which columns are displayed.


Syntax

Syntax

CALL SEND (object-id, '_setDisplayedColumns', col-name-1<,...col-name-n>);

Argument Type Description

col-name-1<, ...col-name-n>

C specifies the name(s) of columns to be displayed. The order in which the names are passed in is the order in which the names will be displayed.

_setDisplayedColumns does not affect the permanent ordering of columns in the table.


Chapter Contents

Previous

Next

Top of Page

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