Hi,
I have implemented a dropdown list with values blank = No and X = Yes. This works fine.
I am doing a similar development but with a list of values from a different table.
All the same methods have been implemented for the class (EXECUTE_WITH_SAVE, READ, MODIFY, SET_ATTR_PROPERTIES) plus the V Getter.
However when I read the value, the correct value is obtained from the database but the value selected in the dropdown list is not set.
If I go into edit mode and make a change, selecting an entry from the dropdown list, this correctly saves to the database but the display of this value does not work.
The only difference between me two developments is one key is a CHAR1 and ther other one (the one that doesn't display the selected value) is an Int1.
I'm not convinced this is the issue but can anyone give any input into what else I can check?
Many Thanks
David