Chapter Contents |
Previous |
Next |
Data Set Data Model: _lockRow |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_lockRow', row-num<, scroll);>); |
Argument | Type | Description | |
---|---|---|---|
row-num |
N | specifies the relative row number of the record to lock. | |
scroll |
C | specifies whether the model should attempt a scroll if the row is not currently displayed in the viewer. | |
'NOSCROLL' | scrolling will not be attempted (default) | ||
'SCROLL' | scrolling will be attempted |
Details |
If
SCROLL
is specified for the scroll parameter,
the model will signal to the viewer to scroll the table if the row to be locked
is not currently displayed in the viewer. If the row is currently displayed,
no scroll action takes place.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.