Hello,
In our solution, we use lots of custom valuelists displaying i18n values related to an integer dataprovider, like this one.
i18n:GLS.VL.rResourceTitle.Mrs|1
i18n:GLS.VL.rResourceTitle.Miss|2
i18n:GLS.VL.rResourceTitle.Mr|3
i18n:GLS.VL.rResourceTitle.HH|4
i18n:GLS.VL.rResourceTitle.Other|9999
First, when setting the valuelist to accept empty values, the combobox displays an 'empty’line at top, but does NOT save nor ‘null’ nor ‘empty’ into corresponding dataprovider.
Second, the ‘dash’ (see above) is correctly displayed as a separation line, but can be selected, thus letting us return ‘null’ to the corresponding dataprovider even if we do not allow empty values for this list
I suggest that you disable the separation line unless the user associate a value to it by putting a ‘|’ …
Third, when the dataprovider is of type ‘Integer’ in sybase, comboboxes display corresponding i18n values when showing and browsing records. This do not work when we try to associate a dataprovider of type ‘LongInt’, is this intentionnal?