[web2py] Re: Need help with student attendance app

2017-05-12 Thread Toe Khaing Oo
It works on data parsing .. But I have some difficulties with this. There are many students to update record into table. How can I insert one student by one. Thanks for your help On Saturday, May 6, 2017 at 6:03:07 PM UTC-7, pbreit wrote: > > I think you're on the right track. It's a personal

[web2py] Need help with student attendance app

2017-05-05 Thread Toe Khaing Oo
I'm building student attendance app. It has 3 databases, *class*, *student *and *attendance*. db.define_table('classes', Field('name', notnull=True, requires=IS_NOT_EMPTY()), Field('created_on', 'datetime', default=request.now), format = '%(name)s