[web2py] Re: Field set the default value +1 on insert

2015-11-21 Thread Bart van Berkel
Hello my friends, Thanks for the inspiration. The answer from Craig, looks to me a good idea how i can do it. many thanks, Bart -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Field set the default value +1 on insert

2015-11-10 Thread Bart van Berkel
Hello web2py freaks, In my first try to make an application with web2py i have a little struggle how to accomplish as what is would like to see. In db1.py i created a field like this: db.define_table('jobticket', Field('ticket', 'integer', default = +1) # ticket needs to be

[web2py] Re: Routes problem?

2015-11-10 Thread Bart van Berkel
Dit you also press the button reload routes after the change? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

[web2py] Re: When i JOIN something it goes ok, but if there is no join i got an error..

2011-02-08 Thread Bart van Berkel
Hi villas, Thnx for your reply. I am only playing for a couple of day's with web2py and python. I have more experience in php. ;) As what i see now is that the JOIN is not correct i think.. going to give it another try. speak to you later. regards Bart On 8 feb, 19:00, villas