Retrieve the Selected Picklist Item

Visual LANSA

Retrieve the Selected Picklist Item

To find out which picklist value was chosen, simply retrieve the the Text or Value property of the data class component on which the entry is based. For example this statement assigns the currently selected value of the Alpha Options entry to #STD_TEXT:

CHANGE field(#STD_TEXT) to('#OPTIONSA.TEXT')

 

Ý 6.26.2 Picklists