by Mike.Sheen » Sun Jul 31, 2016 12:52 pm
Hi Indika,
The values stored for a selected item is an index into the combobox items.
If you start off with 3 items in your combo with the underlying values "1", "2", "3" and the display values "a", "b", "c" - then any custom fields renamed will automatically display the new display value without problem, as the underlying value is still the same.
Removing an item such that the underlying value is no longer present will cause the displayed value to be blank when shown, but the underlying value will still be as it was. So, if using the above example data I removed combo item with value "2" and display value "b" - then reading a record which was referring to "2" will display as blank, but the data in the table will still be "2".
Mike
Mike Sheen
Chief Software Engineer
Jiwa Financials
If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution