Try OpenEdge Now
skip to main content
Application Developer's Guide
Using the Rule Wizard framework : Standard macro types : Macro type: combo-box
 

Macro type: combo-box

Allows the user to choose a value from a combo box.

Properties

Name
Value
defaultProperty
The selected value.
stringValue
The selected value.
selectedValue
The selected value.

Input properties

Name
Value
listLabels
A vector property containing the labels for the GUI component display.
listValues
A vector property containing the values corresponding to the values in listValues.
listSelectedValue
The value selected by default.