Chapter Contents

Previous

Next
Data Form: _setAttributes

Data Form: _setAttributes



Sets the attributes of the data form


Syntax
Attribute List

Syntax

CALL SEND (object-id, '_setAttributes', attr-list);

Argument Type Description
attr-list
N specifies the identifier of an SCL list that contains any number of the named attributes listed in the table below.

Attribute List
Attribute Name Type Default Description
DISPLAY_COLUMN_WINDOW C 'N' indicates whether the Column Window will be displayed each time the frame is built.
GROUP_WIDGETS C 'N' indicates whether a container will be created to parent both the label and data widgets.
EARMARKS C 'Y' indicates whether the earmarks to navigate between pages will be displayed.
DROPSITE_NOTIFICATION C 'N' indicates whether the user will be notified of a valid drop site by changing the object's border color.
ONE_PAGE C 'N' indicates whether only one page will be used when creating a default layout. If 'N', then multiple pages will be used.
EDIT C 'N' indicates whether the data can be edited
WIDGET_PLACEMENT C 'VERTICAL' indicates how columns are ordered in the data form. Possible values are 'HORIZONTAL' and 'VERTICAL'.


Chapter Contents

Previous

Next

Top of Page

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