[web2py] custom form web2py not work when i use selectpicker

2018-08-16 Thread Rodrigo Gomes
Good evening, folks, I've come here to unveil a mystery, I'm developing an application with web2py, (framework that I use about 3 years ago) I am using sqlform.factory, passing 2 tables, being that I do this to fill in a single form, table, person and address, for better understanding follows

Re: [web2py] Re: how to get request.vars.value to controller

2018-08-16 Thread Dave S
On Thursday, August 16, 2018 at 1:53:18 AM UTC-7, Lovedie JC wrote: > > Sorry am trying to understand this statement: "If you're trying to look at > the the row you just inserted, db.post.insert() returns the id of the new > tuple, and that should allow your select() to be done by id." > regard

[web2py] DAL MySQL text type

2018-08-16 Thread Carlos Cesar Caballero Díaz
Hi guys, what kind of data type uses pydal in MySQL for "text" type?, if it is TEXT, is possible to set it for using MEDIUMTEXT or LONGTEXT? Greetings. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goo

Re: [web2py] Re: how to get request.vars.value to controller

2018-08-16 Thread Lovedie JC
Sorry am trying to understand this statement: "If you're trying to look at the the row you just inserted, db.post.insert() returns the id of the new tuple, and that should allow your select() to be done by id." regards On Thu, 16 Aug 2018 at 01:05, Dave S wrote: > > > On Wednesday, August 15, 20