dpccgf Posted October 8, 2002 Posted October 8, 2002 I am a beginner at CDML and have managed to get the Search, Results and Detail pages to work. However, I have one primary database with a relationship to another database. How can I get information from the "related" database to show on a results and/or detail page? I cannot figure this out. Is it possible?
Garry Claridge Posted October 8, 2002 Posted October 8, 2002 A couple of ways exist. Firstly, related data can be listed by using Portals; i.e. a portal on the Layout and [FMP-Portal] tags in the page. Secondly, [FMP-InlineAction] tags can be used to display data from multiple files in the one page. To show a 'details' page a link can be created from a Row in a Portal, or a Record in an InlineAction. Hope this helps. Garry
dpccgf Posted October 8, 2002 Author Posted October 8, 2002 All data is from the same layout, so I just used: <P>Field Name7: [FMP-field: DATABASENAME::FIELD] This seemed to have worked!
Anatoli Posted October 8, 2002 Posted October 8, 2002 For single record yes. For multiple records use [FMP-Portal] as Garry suggested.
Recommended Posts
This topic is 8183 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