Hi, I am trying out webapp development using web2py and need your direction in finding a solution
I use links to display a check-box in sqlform.grid and in the form I have a button. links = [dict(header='Actioned',body=lambda row: INPUT(_name='action',_type='checkbox'))] Once I click the button I wanted to retrieve all the ids and flag and if it is checked update to 1 else 0. Unfortunately i couldn't figure how to access the values also I don't want to call a controller function for every row but instead wanted to do it for all records displayed in the grid. Would appreciate any direction that you could provide -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

