SAS Component Language Dictionary |
Category: | Extended Table |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
rc=UNSELECT(row); |
contains the return code for the operation:
0 | |
0 |
is the row number to deselect. If an invalid row number is specified, no action is taken.
Details |
UNSELECT is useful for forcing the deselection of a row. Normally a user selects and deselects a row by pressing ENTER or by clicking on the row with the mouse.
You can use UNSELECT only for selection lists that were built with extended tables in PROGRAM entries. Window controls must use the _unselectRow method. Because you can define extended tables only in SAS/AF software, you cannot use UNSELECT in FSEDIT or FSVIEW programs.
In order for an extended table to be considered a selection list, you must specify the number of selections in the SETROW routine.
Example |
rc=unselect(5);
See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.