This could be noted in the book.
2013/4/11 Anthony <[email protected]> > Yes, it assumes any fields put in the fields list are desired in the form. > If you don't include a fields list, it will include all fields except those > that are neither readable nor writable. > > Anthony > > > On Thursday, April 11, 2013 10:43:15 AM UTC-4, Ramos wrote: >> >> Hello >> i noticed that if i have >> db.table1.field1.readable=db.**table1.field1.writable=False in my db.py >> >> and im my controller >> if i use sqlform(fields=[...,field1,] >> >> i see my field in the form and can edit it. >> >> The fact that i put my field in the fields list makes it readable & >> writable? >> >> Thank you >> >> António >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

