I have a table with a list of country and countrycodes (abreviations).
On a form based on another table (companysites) I’ve placed a combobox where the country is shown and the code returned (valuelist : all values from).
But it just doesn’t work. It is always the shown value that is…shown
I don’t say returned because if I set valuelist to none then the fields where I already made a selection contains the country code.
I don’t understand why the country name still appears when I exist the field.
I’m using servoy 2.1 build 310 with a firebird db.
By the way I add a request (it’s a bit late but…) : could the width of a combobox list depend on the longest word it contains (or a chosen value) not on the field it’s attached to?
I mean the list could fit its values and the field as well!?
(In my case the countrycodes are 2 characters long so if I adjust the field size according to it the country names are hardly readables…)