I used __htmlValue function to display a field in browse mode but somehow the field is not showing up in the edit mode, and I tried __pullValue and it doesn't work as well. The field to be displayed is in a relaitonship table like book_name (not the book_id I used to reference in the main table).
I looked at the definitions for those functions but really don't know the difference and how they would apply based on a particular situation. Can somebody give me some examples showing the usages of these functions based on different situation?