Avatar

Level 4

AFAIK you can only bind one value per field.

This means that you cannot import the list of values directly to a combobox.

What I usually do is:

1 - create a hidden field

2 - in my XML i send a CSV type string to that field

3 - in the initialize event I put some code to read the hidden field and load the values to the bombobox.

ex:

field: form1.aux.field1

Xml

Initialize comobo code