For those of you that have struggled to get the <cfindex action="delete" to work, it is important to recognise that the Verity interface has changed immensely since CF 5 and the Dreamweaver MX thinks <cfindex action="delete" works like it did in CF 5 where supply of the key was enough.
In effect, delete now requires the same set of attributes as update to get it to work. So if you delete a query entry (type=custom) then you need to pass in a query with the id's you want to delete identifying the key column. Check you CF MX references, and ignore Dreamweaver MX. It also means you need to modify your CF5 compliant code to handle this correctly. :( HTH Adam ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

