Chapter Contents |
Previous |
Next |
Form Editor: _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 the column from the attached data model with the widget inside of the form editor. Once associated, the widget displays the current value of the linked column in run mode. If the widget does not exist in the form editor or the column does not exist in the model, 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.