Re: [web2py] SQLform.grid request not sending bool valuis

2020-11-24 Thread Vid Ogris
Yes they are writable. V V sre., 25. nov. 2020 ob 04:31 je oseba AGRogers napisala: > Are the boolean fields writable? I think unwritable fields are excluded > from request.vars. > > ___ > *www.TenOutOfTen.org* > rogers...@gmail.com > (+95)

Re: [web2py] SQLform.grid request not sending bool valuis

2020-11-24 Thread AGRogers
Are the boolean fields writable? I think unwritable fields are excluded from request.vars. ___ *www.TenOutOfTen.org* rogers...@gmail.com (+95) 09 250018669 (Myanmar) On Tue, 24 Nov 2020 at 22:21, Yebach wrote: > Hello > > I have a

[web2py] SQLform.grid request not sending bool valuis

2020-11-24 Thread Yebach
Hello I have a SQLform.grid and when validating fields i have some issues so to come around i have if request.args and request.args[0] in ['edit', 'new']: if form.update_form: if form.update_form.accepts(request.vars): print request.vars