Ryszard Gold Posted September 14, 2009 Posted September 14, 2009 Hey there folks, wondering if there is a way to pull a photo in a Container Field through a relationship? I'm producing a Family Menue planner that has 3 tables, one for ingredients, one for meals, and the planner itself. The meals table has the title description, list of ingredients, and finally a photo of the dish. On the actual planner table I want the user to be able to select the menu item for the time of day, and have it pull the photo through a display it in a field once the item has been selected. I tried through Auto Enter, and it doesn't seem to want to work on a container field. Ideas?
jamesducker Posted September 14, 2009 Posted September 14, 2009 You can use an unstored calculation field. Define "planner::photo" as a calculation field which equals simply menuItem::photo Make sure the result (bottom left of the edit calculation window) is set to 'container'. Hope that helps. James
Søren Dyhr Posted September 14, 2009 Posted September 14, 2009 Could you explain why the urge to make it autoenter? Redundant storage should be avoided and when speaking of images is it even questionable to keep more than references to a document. Have you fully embraced the post fm6 way of tunneling? http://www.filemakermagazine.com/videos/graph-rules-four-rules-to-remember.htm http://www.newcenturydata.com/downloads/gtrr_multi_hop.zip --sd
comment Posted September 14, 2009 Posted September 14, 2009 On the actual planner table I want the user to be able to select the menu item for the time of day, and have it pull the photo through a display it in a field once the item has been selected. If it's just one item per planner record, you can simply place the related container field on a layout of planner (assuming that selecting the menu item establishes a relationship). If there are more, you should use a join table to hold the selected items, and show them in a portal.
Recommended Posts
This topic is 5547 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now