I don’t know for sure of course but when you see the id instead of the name I think the name is not in the list at that time. It should be otherwise there is nothing to show.
The field is USERID from the DATAPROVIDER is INTEGER (This is probably the issue.)
No, it is not editable.
at the time I pick the value, it does show the name & list of names correctly. When I browse away from the record, it replaces the name with the USERID for that name.
For example:
This list is supposed to show LASTNAME whose record is tagged as NEWBIE.
The list shows and I select the LASTNAME needed -DOE.
Browse away from the record & come back to it and it shows the USERID -5, instead of the LASTNAME -DOE.
It makes sense it shows the USERID. This is what I want to return to the DP. How do I show LASTNAME, FIRSTNAME on the screen and return the USERID to the DP?
I’m surprised I got this far. I hope this makes sense.