You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Creates a dropdown for the control.

Syntax

rv = Form_Services("SetDropDown", CtrlEntId, DropDownType, DropDownArray)

Parameters

ParameterDescription
CtrlEntId

The fully qualified name of the control getting the drop down.

DropDownTypeDropDownType. The type of drop down to use. This is usually based on different table data and data column configuration.
DropDownArray

DropDownArray. A formatted array of drop down data. This overrides the DropDownType arguement.

Version

16.0.18

  • No labels