On Thursday 14 January 2010 01:30:18 pm jvandal wrote: > I have a master record with a field containing the key of a detail record. > When I show the master record I want to display the title of the detail > record instead of the key value. I am confused . Its not the same as a > dropdown list . I only want the value automatically displayed
I believe you have two ways to get this done. If you are not attempting to setup a parent->child relationship then just use a join on the child table to include the child data field in question. On the other hand if you are expecting that a parent ->child relationship will be used then you need to set the child as a bizobj. See http://wiki.dabodev.com/HowToSetupParentChildGrandchild I favor the second way because if I need more infomation (at a later date) or if I'm adding/updating data I have it available to the form. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
