tgomez Posted May 31, 2001 Posted May 31, 2001 I would like to sort by two fields on the web from my FMPro db. Does anyone now how to accomplish this? I know to sort by one field to put <input type="hidden" name="-SortField" value="fieldname">. Now I would like to add a second sort...
Anatoli Posted May 31, 2001 Posted May 31, 2001 From CDML database: Specify sort field using a form action <form action="FMPro" method="post"> <input type="hidden" name="-DB" value="contacts.fp5"> <input type="hidden" name="-Format" value="format.html"> <input type="hidden" name="-SortField" value="Last Name"> <input type="hidden" name="-SortField" value="First Name"> <input type="submit" name="-FindAll" value="Sort by First Name"> </form>
Recommended Posts
This topic is 8568 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