Hi,

I have a user interface table in an EOF application which shows data about
what the user has eaten and when.  It needs to pull data from two tables:
FOOD_EATEN and FOOD_TYPES.  FOOD_TYPE_ID is a foreign key column in the
FOOD_EATEN table.

I have no problem fetching and displaying class properties of my FOOD_EATEN
EODisplayGroup.  The problem arises when I want a column in my user
interface table to display the FOOD_TYPE_NAME associated with the
FOOD_TYPE_ID in the FOOD_EATEN row being displayed.  I just can't figure out
how to do this.

I've tried creating a method to fetch this value, as the manual suggests.
But I don't see how to bind it to the table column.

Any ideas would be greatly appreciated.


steve

Reply via email to