On Friday, March 25, 2016 at 12:49:54 PM UTC-7, Leonel Câmara wrote: > > Can you tell me exactly what you're trying to do? I see how you're trying > to do it and it seems complicated, so I'd like to know what you're trying > to accomplish first. >
It looks like he's doing 2 things: adding multiple rows to the table during one submit, and creating a file that logs what those changes are. (Does this file get mailed to someone to be reviewed?) If he has kept the id[s] of the rows submitted, he might be able to make his report just by retrieving that/those row[s]. This might suggest an onupdate callback. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

