I’m building a form from a table. One of its fields is a enum YesNo. I can’t figure out why every time I add it to the form it appears as a checkbox instead of a combobox.

I want a combobox with a lookup and inside display the values “Yes” and “No”.
After several attempts I realized that the “Enum type ” property of the field defined in the table should be changed to “NoYesCombo” and not “NoYes”.

The base enum “NoYes” is set as radio button, while “NoYesCombo” as ComboBox
Comments
Post a Comment