I have the combobox in adm file in the similar fashion, however I need different values for each of the suggestions
For ex: If display name is C registry value has to be C language
COMBOBOX
VALUENAME "Programming Languages"
SUGGESTIONS
"C" "C++" "C#"
END
SUGGESTIONS
How do I achieve this
We can implement using dropdown list