[web2py] Re: Beginner questions

2014-09-13 Thread Richard
Create a calculated field that must be possitive when you accept the form. Would this be a solution? Richard D On Wednesday, September 10, 2014 8:59:02 PM UTC+2, Pedro Henrique Correa Ferreira wrote: > Hi, lads! > > I'd like to know how can I validate a table Field after a previous field > in

Re: [web2py] Re: beginner questions about REST

2013-11-22 Thread Joel Samuelsson
Is this in the stable version yet? I am having the same issue and updating to the latest stable doesn't help. If not, is there a small fix I can use in the meantime? Best regards, Joel Samuelsson Den onsdagen den 18:e september 2013 kl. 14:56:50 UTC+2 skrev Dimid Korovev: > > Ticket opened: >

Re: [web2py] Re: beginner questions about REST

2013-09-18 Thread Derek
For question 1 I'd follow PEP20... Explicit is better than implicit. On Wednesday, September 18, 2013 5:56:50 AM UTC-7, Dimid Korovev wrote: > > Ticket opened: > https://code.google.com/p/web2py/issues/detail?id=1682 > > I'd appreciate help with the first question and feedback on the script. >

Re: [web2py] Re: beginner questions about REST

2013-09-18 Thread Dimid Duchovny
Ticket opened: https://code.google.com/p/web2py/issues/detail?id=1682 I'd appreciate help with the first question and feedback on the script. 2013/9/17 Massimo Di Pierro > Please open a ticket about this. > > > On Tuesday, 17 September 2013 08:53:10 UTC-5, Dimid Korovev wrote: >> >> Update to q

[web2py] Re: beginner questions about REST

2013-09-17 Thread Massimo Di Pierro
Please open a ticket about this. On Tuesday, 17 September 2013 08:53:10 UTC-5, Dimid Korovev wrote: > > Update to question 2: PUT works now, but DELETE doesn't. I get the > following error: > > not indexable > > web2py™ Version > 2.6.3-stable+timestamp.2013.09.15.17.01.20Python Python 2.7.4:

[web2py] Re: beginner questions about REST

2013-09-17 Thread Dimid Korovev
Update to question 2: PUT works now, but DELETE doesn't. I get the following error: not indexable web2py™ Version 2.6.3-stable+timestamp.2013.09.15.17.01.20Python Python 2.7.4: /usr/bin/python (prefix: /usr) Traceback (most recent call last): File "../gluon/restricted.py", line 217, i

[web2py] Re: Beginner questions

2010-08-26 Thread mdipierro
yes. it should have been updated. On Aug 26, 2:24 pm, Gary Herron wrote: > On 08/26/2010 05:52 AM, mdipierro wrote: > > > > > > > On Aug 25, 11:47 pm, Gary  wrote: > > >> I'm a experienced Python programmer (15+ years), but mostly new to web > >> programming and just several days into my first we

Re: [web2py] Re: Beginner questions

2010-08-26 Thread Gary Herron
On 08/26/2010 05:52 AM, mdipierro wrote: On Aug 25, 11:47 pm, Gary wrote: I'm a experienced Python programmer (15+ years), but mostly new to web programming and just several days into my first web2py application. Several questions have come up: 1. On SQLFORM and CRUD forms, is there a w

[web2py] Re: Beginner questions

2010-08-26 Thread mdipierro
On Aug 25, 11:47 pm, Gary wrote: > I'm a experienced Python programmer (15+ years), but mostly new to web > programming and just several days into my first web2py application. > > Several questions have come up: > > 1.  On SQLFORM and CRUD forms, is there a way to get a cancel button > displayed