Creates a dropdown for the control. This service relies on @Window.
rv = Form_Services("SetDropDown", CtrlEntId, DropDownType, DropDownArray) |
| Parameter | Description |
|---|---|
| CtrlEntId | The fully qualified name of the control getting the drop down. |
| DropDownType | The type of drop down to use. This is usually based on different table data and data column configuration. |
| DropDownArray | A formatted array of drop down data. This overrides the DropDownType arguement. |
| Cell | For SRP Edittables, the cell or cells to set the dropdown in. |
16.0.18