RE: Sort Order Best Practice Request

2003-10-17 Thread Ian Skinner
next update set sortIndex = 25 where ID = foo HTH -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 11:12 AM To: CF-Talk Subject: Re: Sort

Re: Sort Order Best Practice Request

2003-10-17 Thread Les Mizzell
Deanna Schneider wrote: > We do this by having a sort order column and then a _javascript_ interface > that lets them move items updown in a list. Then, the list of ordered items > is sent to the action page, and looped through, and we update the sortorder > column based on the new order of the li

Re: Sort Order Best Practice Request

2003-10-17 Thread Deanna Schneider
Les, We do this by having a sort order column and then a _javascript_ interface that lets them move items updown in a list. Then, the list of ordered items is sent to the action page, and looped through, and we update the sortorder column based on the new order of the list. We're not dealing with h