Re: [web2py] readable / writable nott worked

2015-04-14 Thread Richard Vézina
What are you trying to acheive? You mix 2 things in the code extract above readonly parameters of SQLFORM() and readable/writable Field() parameters... If you put everything in readonly=True at SQLFORM or form level it will override you Field() definiton parameters... If Trust is your only field y

[web2py] readable / writable nott worked

2015-04-14 Thread Dmitry Ermolaev
ignore_rw. Normally, for a create/update form, only fields marked as writable=True are shown, and for readonly forms, only fields marked as readable=True are shown. Field('trust','integer', default = 0, readable=True, writable=False, comment='level of Trust to You'), rec = man_id and d