Chapter Contents

Previous

Next
Extended Table: _selectRow

Extended Table: _selectRow



Changes the select status of a specified table row


Syntax
Details

Syntax

CALL NOTIFY (extended-table-name, '_selectRow', in-row-number<, action>);

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


'ON' selects the row (the default)


'OFF' deselects the row


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


Details

If the row was not previously selected, _selectRow causes the GETROW section of your SCL program to execute when the extended table receives a _refresh.


Chapter Contents

Previous

Next

Top of Page

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