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

2018-08-17 Thread Lovedie JC
This is good for me. Thanks for the help On Thu, 16 Aug 2018 at 22:40, Dave S wrote: > > > 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() retur

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

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

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

2018-08-15 Thread Lovedie JC
Yes that's what I am trying to get. The current inserted text. How should I work it out? On Thu, 16 Aug 2018, 01:05 Dave S wrote: > > > On Wednesday, August 15, 2018 at 8:12:37 AM UTC-7, lbjc...@gmail.com > wrote: >> >> Am puzzled by this, that I cant post text from request.vars value to >> dat