Re: [web2py] syntax error in code

2014-01-09 Thread Rob Mayhue
It looks like you are missing the closing ')' on the entered.update_record line. If that doesn't fix it please include the error message that you are getting. On Thursday, January 9, 2014 6:00:52 AM UTC-5, Federico Ferraro wrote: > > form.process().accepted: > El ene 9, 2014 7:00 a.m., "kart

Re: [web2py] syntax error in code

2014-01-09 Thread Federico Ferraro
form.process().accepted: El ene 9, 2014 7:00 a.m., "kartik murthy" <619.kar...@gmail.com> escribió: > Hi there, > I am building an app to store electrical consumption data . I > have build a database which include three tabled dept,meter and reading. > THe problem that i have encount