Chapter Contents |
Previous |
Next |
Data Form: _gotoColumn |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_gotoColumn', column-name<, occurrence>); |
Argument | Type | Description |
---|---|---|
column-name |
C | specifies the name of the column |
occurrence |
N | specifies the occurrence to display |
Details |
The _gotoColumn method ensures that the nth widget, starting from the first page and working down to the last page, associated with column-name is displayed and becomes the active widget. If the nth occurrence of an associated widget does not exist, the method causes a program halt.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.