El_Pablo Posted March 13, 2009 Posted March 13, 2009 Hi, How do you guys would manage a menu in Filemaker (or a forum categories could have the same complexity)? Each menu item can have some child menu item or not. If there's no child, then there's a link to a layout. Here is the structure: menuItem (pkMenuItemID, fkParentMenuID, description, gotoLayoutName, uiParentDescription, ...) So as you can see, there's a self join. In menuItemChild context : uiParentDescription = if (fkParentID; menuItem::description; "") I would like to create a breadcrumb effect to show the parent menuItem, but I only managed to create a single parent breadcrumb, no grand-parent. Thanx for any help
Recommended Posts
This topic is 5734 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