When going to update page I would like to check the value of field_X. Then, depending on its current value, field_X should be updated along with the other ones OR be excluded from upload:
if db.table[id].field_X == A: #perform full update elif db.table[id].field_X == B: #update all fields except field_X Not sure how to achieve this. Ideas? -- --- 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.

