Gossamer Forum
Home : Products : DBMan : Customization :

Re: Sort on.......

Quote Reply
Re: Sort on....... In reply to
Sorting on hidden fields should be even easier, shouldn't it?

Now you don't need to create a select field that fills the options from the database's displayed fields.

Instead you create your two hidden fields for each sort (sb#, so#) where # indicates the order of the sort. Set the value of sb# to the hidden field name. eg.
Code:
<input type="hidden" name="sb1" value="ID">
<input type="hidden" name="so1" value="ascend">

Hope that's what you're trying to do. Let me know if I'm missing something obvious.




------------------
Don Mitchinson
Subject Author Views Date
Thread Sort on....... donm 5985 Sep 26, 1999, 2:13 AM
Post Re: Sort on.......
Eliot 5902 Sep 26, 1999, 8:14 AM
Post Re: Sort on.......
mitch 5906 Sep 27, 1999, 1:01 PM
Post Re: Sort on.......
mitch 5909 Sep 27, 1999, 1:44 PM
Post Re: Sort on.......
Eliot 5901 Sep 27, 1999, 1:50 PM
Post Re: Sort on.......
donm 5912 Sep 27, 1999, 3:48 PM
Post Re: Sort on.......
mitch 5923 Sep 28, 1999, 11:56 AM
Post Re: Sort on.......
mart 5926 Jan 19, 2000, 7:09 AM
Post Re: Sort on.......
mart 5933 Jan 22, 2000, 6:41 AM
Post Re: Sort on.......
mitch 5912 Jan 22, 2000, 8:31 AM
Post Re: Sort on.......
mitch 5911 Jan 22, 2000, 4:06 PM
Post Re: Sort on.......
mart 5903 Jan 22, 2000, 8:54 PM
Post Re: Sort on.......
mart 5923 Feb 7, 2000, 7:53 AM
Post Re: Sort on.......
mart 5979 Feb 7, 2000, 10:57 AM
Post Re: Sort on.......
mitch 5930 Feb 7, 2000, 4:31 PM
Post Re: Sort on.......
keienb 5911 Mar 29, 2000, 11:34 AM
Post Re: Sort on.......
anr 5915 Apr 2, 2000, 11:23 AM
Post Re: Sort on.......
anr 5913 Apr 2, 2000, 11:34 AM
Post Re: Sort on.......
anr 5918 Apr 2, 2000, 4:32 PM
Post Re: Sort on.......
JPDeni 5912 Apr 2, 2000, 7:36 PM
Thread Re: Sort on.......
anr 5896 Apr 2, 2000, 8:08 PM
Thread Re: Sort on....... still not searching accross
clive1 5841 Sep 21, 2000, 9:11 AM
Thread Re: Sort on....... still not searching accross
anr 5829 Sep 21, 2000, 6:36 PM
Thread Re: Sort on....... still not searching accross
anr 5834 Sep 21, 2000, 9:02 PM
Post Re: Sort on....... still not searching accross
clive1 5821 Sep 21, 2000, 11:44 PM