Set_Value
Description
Sets the field value in the ComboBox to the value specified in the Value column.
You can also use this action with the #LIST# reserved word to verify whether items exist in the list.
When used with #LIST#, Set_Value returns an error if the expected value (the bracketed value) is not the same as the actual value.
Example
This example sets the field value to French and verifies that the values English, French, and Finnish exist in the list.
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
ComboBox |
Set_Value |
name=PSOPRDEFN_LANGUAGE_CD |
|
#LIST#English|[French]|Finnish |
Related Topics