>From the book, I can see this SQLFORM.grid(onupdate, oncreate, ondelete), I should believe that I can pass a function to the onupdate argument that will call a function to send mails whenever a record is updated. I believe this is correct without testing if it is now. Will do so and return with findings
On Thursday, October 4, 2012 8:08:06 PM UTC+1, Pystar wrote: > > How do I customize SQLFORM.grid() to send a mail to users in a db whenever > data is updated from the grid? tips, hints? > > --