Bryan VonDeylen Posted September 6, 2006 Posted September 6, 2006 I have a database of Courses that I want people to register on the web. Using the FileMaker Pro Site Assistant, I created the XSLT templates and then modified them to create our 'look'. All is good so far. The courses have a status. Either Open or Closed. What I want, is when people choose Show All Courses, the list should only show those courses that are Open. So, I am looking at a way of doing this (showing all courses that are open, and NEVER showing courses that are closed). The Show All Records link is a template file from Utilities.xsl, so I know it is in there that I must fiddle -) How would I modify this line if the field is labeled 'Event Status'? -max=25&-findall
Martin Brändle Posted September 7, 2006 Posted September 7, 2006 Event%20Status.op=eq&Event%20Status=open&-max=25&-findall
Bryan VonDeylen Posted September 9, 2006 Author Posted September 9, 2006 Thank you Martin. What I ended up doing is adding the following in my Utilities.xsl recordlist.xsl? -lay=List+View+-+Events&Status=Open&-lop=and& -max=all&-find=Find+Records This way any time I click the link Show All, it shows all of the courses that are still Open
beverly Posted September 11, 2006 Posted September 11, 2006 (edited) That's great, Bryan (changing the FINDALL "link-showallrecords" in the utilities). However, you could have preserved that template (for future use when you *really* want to find all...) and created your own template to call to find just the open ones. : Edited September 11, 2006 by Guest
Recommended Posts
This topic is 6648 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