I would like to achieve the following.
In a component library there is a component with a combobox, the combobox should be used more often, therefore in the component library.
The only problem is that I can't get the Items property and the DisplayField property of the combo box linked to the component library.
So that the “fullname” of users of a view is displayed.
- An empty table is transferred to the canvas app. [ ]
- Combobox Item Property is the following:
cmpCombobox.Items
- An empty table is transferred to the canvas app. []
- I cannot do cmpCombox.DisplayField in the Combobox Item Property
Has anyone ever created a combobox in the component library and connected it optimally with a view of a table and the DisplayField column of the combobox?
Thanks for help!