Chapter Contents |
Previous |
Next |
Data Form: _setLinkedColumn |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_setLinkedColumn', widget-name<, column-name>); |
Argument | Type | Description |
---|---|---|
widget-name |
C | specifies the widget name |
column-name |
C | specifies the column name |
Details |
The _setLinkedColumn method associates a column with a widget inside of the data form. Once associated, the widget displays the current value of the linked column in run mode. If the widget does not exist in the data form or the column does not exist, a program halt occurs. If a value for column-name is not passed, then the widget is disassociated from a column.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.