Chapter Contents |
Previous |
Next |
Form Editor: _gotoRowNumber |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_gotoRowNumber', row-num); |
Argument | Type | Description |
---|---|---|
row-num |
N | specifies the row to display. Reserved numbers that perform routine actions are |
-1 go to the first row | ||
-2 go to the previous row | ||
-3 go to the next row | ||
-4 go to the last row |
Details |
The _gotoRowNumber method requests the form editor to display a different row. If the current row is in error, then the form editor does not honor the request to move to the requested row. If the form editor and its children are not in error, then the form editor moves to the requested row and populates all of the linked widgets with their values.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.