I have a new data source with a number of different fields that look like this.
<field name="catalog" nativeName="DCACAT" tableName="DORDHDR" title="Catalog" type="text" menuItem="Order>"
optionDataSource="DCATLOG" valueField="DCACAT" displayField="DCADES"
foreignKey="DCATLOG.DCACAT"/>
When I use this data source in a ListGrid, they are all showing the valueField value, not translating that into the displayField value.
I've used this technique many times before, but I can't seem to spot what I'm doing wrong this time. Any tips on what to double-check?
Could using different name and nativeName attributes have an affect?
<field name="catalog" nativeName="DCACAT" tableName="DORDHDR" title="Catalog" type="text" menuItem="Order>"
optionDataSource="DCATLOG" valueField="DCACAT" displayField="DCADES"
foreignKey="DCATLOG.DCACAT"/>
When I use this data source in a ListGrid, they are all showing the valueField value, not translating that into the displayField value.
I've used this technique many times before, but I can't seem to spot what I'm doing wrong this time. Any tips on what to double-check?
Could using different name and nativeName attributes have an affect?
Comment