Jason Barker Posted October 17, 2003 Posted October 17, 2003 Am I limited to view one record at a time or can I have multiple results from a FileMaker DB search on a custom web page? How would I handle this? Thanks!
Addam Posted October 17, 2003 Posted October 17, 2003 Add [FMP-Record] at the beginning and [/FMP-Record] at the end to get multiple records. That's if your using CDML. Example: [FMP-Record] [FMP-Field: FieldName1] [FMP-Field: FieldName2] [/FMP-Record]
Steve T. Posted October 17, 2003 Posted October 17, 2003 Yep! Just like Addam said.. In fact, you can think of it as a search results page or hit list but instead of just showing a field/name for people to click on to see the detail info, just include as much detail info (fields) directly on the search results page itself. It gets harder if you want to lay out your data in tables instead of "listing" them. --ST
Recommended Posts
This topic is 7699 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