Is there any way to move to the next row in a cfloop query without restarting the loop?
I am attempting to create a table of checkboxes 4 checkboxes wide with about 40 possible query rows to output.
I'd like to <cfnext> my cfloop after outputting each <td> in a row, but I don't see a way to do that. I haven't even begun to think about how I will read this back in my action form and update the database. I am considering giving up on it as not possible in ColdFusion.
Any helpful information would be appreciated.
