Hi Rick,

There is no need to loop to achieve this. You should give all your checkboxes the same 
name, say myBoxes, then set the value attribute of each checkbox to the database id of 
the corresponding record. You can then use <@arg myBoxes type="array"> to retrieve an 
array of database ids of checked boxes. 

So just drag on an update action. In the top pane drag on your id column, select the 
'is in' operator, then type <@arg myBoxes type="array">. In the update with values 
pane, just set your flag column. Use <@numaffected> in the results to satisy your 
curiosity that all records are being updated.

The fun starts when you want to process un-checks.

Good luck. Simon
-- 
_______________________________________________
Get your free email from http://www.graffiti.net

Powered by Outblaze
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to