Thanks for the explanation!

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 13, 2007 8:02 PM
To: CF-Talk
Subject: RE: How to re-order items?

At this point, sortform is just a regular form with a hidden field and a
submit button. You can actually process it using an ajax post or a non-ajax
form  post.  On a non-ajax post, a click on the submit button will populate
the hidden field with the sorted list (refer to the Interface Sortable
..SortSerialize function).  Then you'd process the list using a cfloop on
your action page.  After that, just cflocate back to your original page.
Your query for the table should run with the updated sort seniority order. 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269754
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to