[web2py] Re: keepvalues - need help with this

2014-01-13 Thread subbaraman . kiran
Massimo, Yes, I did. Does not make a difference. Thanks for the suggestion, Kiran On Monday, January 13, 2014 7:49:15 PM UTC+5:30, Massimo Di Pierro wrote: > > Have you tried replacing > > value="{{=form.custom.inpval['country']}}" > > with > > value="{{=form.custom.dspval['country']}}" > > On S

[web2py] Re: keepvalues - need help with this

2014-01-12 Thread subbaraman . kiran
Really would like some help with this. Anyone have suggestions? Thank you, Kiran On Saturday, January 11, 2014 12:10:07 AM UTC+5:30, subbaram...@gmail.com wrote: > > Hello All, > The *design *is: I have a custom form with the a controller that > inserts/updates a table. Tthe form accepts data, a

[web2py] keepvalues - need help with this

2014-01-10 Thread subbaraman . kiran
Hello All, The *design *is: I have a custom form with the a controller that inserts/updates a table. Tthe form accepts data, and on successful submission of this form, it stays on the same page (there are no redirects to another page or form) *Issue*: The problem am seeing is, when I update valu

[web2py] R/W restrictions specific to a form

2013-11-07 Thread subbaraman . kiran
Hello All, I have these two tables db.auth_user - which is the default table created for Auth email, password, first name, last name db.b b0, b1, b2, b3 db.b.b0 foreign-key linked to db.auth_user.id My requirement: Display only fields first name, last name, b2, b3. Updates can only happen to t