Re: [web2py] Re: SQLFORM: 'str' object has no attribute 'writable' error

2014-07-14 Thread Don O'Hara
Thanks ! A case of tired eye syndrome... Works fine now. Don On Jul 14, 2014, at 8:02, lyn2py wrote: > Syntax doesn't look right. Should be: > > row=db.test_all_fields(request.args[1]) > form=SQLFORM(db.test_all_fields, row) > > > > On Monday, July 14, 2014 8:27:59 AM UTC+8, Don O'Hara wr

[web2py] Re: SQLFORM: 'str' object has no attribute 'writable' error

2014-07-14 Thread lyn2py
Syntax doesn't look right. Should be: row=db.test_all_fields(request.args[1]) form=SQLFORM(*db.test_all_fields, *row) On Monday, July 14, 2014 8:27:59 AM UTC+8, Don O'Hara wrote: > > I’m experimenting with the various field types (mysql) to learn more about > web2py. > I’m not sure why I got t