SnipeD Posted March 6, 2001 Posted March 6, 2001 Hi there, I have to create a search field online. On it i have several fields on which to search. I have included three radio buttons on the form. I want it be abele to select one of these buttons and than perform a sort on the selected item. Anyone knows how to do this?
Vaughan Posted March 6, 2001 Posted March 6, 2001 I have done it this way: create some global fields that flag what sort selection people want. Create a sort script step for each permutation. The main script looks at the global fields and works out (with If[] statements) which sort permutation to perform. It's a bit brute-ish but it works for me. It gets unweildly if there are more than three or so sort options because there will be dozens of hundreds of sort permuations and the If[] gets humungus.
SnipeD Posted March 7, 2001 Author Posted March 7, 2001 Thx for your reply, but i what i meant was that it should be on a search page on the internet. A person fills in his search criteria and then selects how to sort the found set of records, then presses submit. Is this also possible with al that scripting in FM. I read that using scripts online often results in crashes.
Recommended Posts
This topic is 8664 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