Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6648 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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

Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.