Chapter Contents

Previous

Next
Data Form and Data Table: _lockRow

Data Form and Data Table: _lockRow



Locks a row in the table when you are in edit mode

Delegated to: Data Set Data Model class


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.