All I’m trying to do is have a combo box display a list of values from a view. There’s got to be something fundamental that I’m missing. Is there some tutorial somewhere with just basic things like how to get values into a combobox from a view column?
Here’s what I did:
-
Bind the data of a combo box to a field on a document.
-
Added the following to the values field:
@DbColumn(@DbName(), “(viewOfInterest)”, 1);
Notes: The first column is sorted.
What am I missing?
thanks
clem