[web2py] Re: How do I create SQLFORM of a db with not all fields of the db?

2016-01-01 Thread pbreit
I've been liking using "fields" recently for its explicitness. On Friday, January 1, 2016 at 8:14:50 AM UTC-8, Anthony wrote: > > On Friday, January 1, 2016 at 10:31:23 AM UTC-5, RAGHIB R wrote: >> >> Suppose a db has fields: name,roll,gender and I want to insert only into >> name and gender as

[web2py] Re: How do I create SQLFORM of a db with not all fields of the db?

2016-01-01 Thread Anthony
On Friday, January 1, 2016 at 10:31:23 AM UTC-5, RAGHIB R wrote: > > Suppose a db has fields: name,roll,gender and I want to insert only into > name and gender as of now , thus create a SQLFORM only for name and gender. > How do I do that without putting roll as both readabke and writable as > f