def mygrid(): if 'view' in request.args: db.mytable.field1.readable = db.mytable.field2.readable = ... = False ...
You can change the readable and writable attributes of a field anywhere. Anthony On Wednesday, November 25, 2015 at 3:08:01 AM UTC-5, Laurent Lc wrote: > > Thank you > But i want to change in the view > Le 25 nov. 2015 8:37 AM, "Alessio Varalta" < > alessio.vara...@ethicalsoftware.it> a écrit : > >> Hi, you can change your db file. For example set the attribute readable >> false if you want that this attribute don't appear in form >> >> On Wednesday, 25 November 2015 03:01:19 UTC+1, Laurent Lc wrote: >>> >>> >>> How do i do if i want to see some fields (and not all) when i click on >>> show >>> thanks >>> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/Re3GPgMkqjc/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> web2py+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.