Re: [web2py] Re: read boolean unselectable checkbox

2010-12-01 Thread Richard Vézina
Not sure it a issue. I can do this : db.table1.approved.represent=\ lambda value: value==True and 'Approved' or 'Not approved' Richard On Wed, Dec 1, 2010 at 10:59 AM, mdipierro wrote: > Please submit a bug report about this on http://code.google.com/p/web2py/ > and I will take care of it

[web2py] Re: read boolean unselectable checkbox

2010-12-01 Thread mdipierro
Please submit a bug report about this on http://code.google.com/p/web2py/ and I will take care of it asap. massimo On Dec 1, 9:17 am, Richard Vézina wrote: > Hello, > > How can I represent the boolean in crud.read form by an unselectable > checkbox instead of True or False? > > Is it a job for t