Re: [web2py] list index out of range when removing some fields in SQLFORM.grid & clicking the remaining button

2020-02-15 Thread mostwanted
I saw that on the SQLFORM.grid signature, thanks, I' now left with the *"# records found"* message on the right and the bottom *"Export:"* label at the bottom without the exportclasses On Sunday, February 16, 2020 at 2:18:57 AM UTC+2, Christian Varas wrote: > > i’m quite sure that exist a

Re: [web2py] list index out of range when removing some fields in SQLFORM.grid & clicking the remaining button

2020-02-15 Thread Christian Varas
i’m quite sure that exist a switch like “searchable=False” to disable the search field. Usually I get this error when the attribute on sqlform that I’m trying to modified does not exist, maybe check the correct Index of the list. Cheers. El El sáb, 15 de feb. de 2020 a la(s) 17:13, mostwanted <

[web2py] list index out of range when removing some fields in SQLFORM.grid & clicking the remaining button

2020-02-15 Thread mostwanted
I am facing a little challenge here, I was able to remove some fields as I wanted from the SQLFORM.grid because I just wanted to use it Edit field alone & so i wanted it alone to be visible. grid = SQLFORM.grid(db.professionalsummary.posted_by==user.id, editable=True , deletable=False,