March 25, 201015 yr Is there a way to "flip" the sort from ascending to descending and back? In table view that is the way sorting works, but in form and list, via scripting you have to choose one or the other. Is there a way to script this automatic sort "flip"? thanks
March 25, 201015 yr List view sorts are all about scripting. You'd need to store the current sort direction in a global. This demo from Ray Cologon should help: ttp://www.nightwing.com.au/FileMaker/demos9/demo904.html
Create an account or sign in to comment