Chapter Contents

Previous

Next
List Box: _selectRow

List Box: _selectRow



Selects or deselects the item in the specified row of a list box


Syntax
Details

Syntax

CALL NOTIFY (list-box-name, '_selectRow', row-number, <action>);

Argument Type Description
row-number
N specifies the row to select or deselect
action
C specifies an action to apply to the row:


'OFF' deselects the row


'ON' selects the row (the default)


'TOGGLE' deselects the row if it is selected, and selects the row if it is not selected


Details

If the list box allows only one selection, the specified row is selected and the previously selected row is deselected. If the list box allows multiple selections and the maximum number of allowable selections is exceeded, the program halts.


Chapter Contents

Previous

Next

Top of Page

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