September 6, 200619 yr 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
September 9, 200619 yr Author 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
September 11, 200619 yr 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, 200619 yr by Guest
Create an account or sign in to comment