Re: [web2py] Re: Is this possible?

2012-01-13 Thread Anthony
Thanks for sharing. That's good to know. On Friday, January 13, 2012 11:32:55 PM UTC-5, Detectedstealth wrote: > > Well as a test I got my new designer to try using web2py without any help > from me, he was successful so that was one bonus point. > > Second if you were to look at the code base fr

Re: [web2py] Re: Is this possible?

2012-01-13 Thread Bruce Wade
Well as a test I got my new designer to try using web2py without any help from me, he was successful so that was one bonus point. Second if you were to look at the code base from 4 developers which 2 had python background, one PHP, and the other Java, you can imagine how bad the code is running th

Re: [web2py] Re: Is this possible?

2012-01-13 Thread Anthony
Glad it worked. Out of curiosity, what prompted you to move from Pyramid to web2py for this app? On Friday, January 13, 2012 10:59:43 PM UTC-5, Detectedstealth wrote: > > Thank you Anthony, > > That works exactly how I was want. I didn't even think to use > request.vars. Just trying to see how m

Re: [web2py] Re: Is this possible?

2012-01-13 Thread Bruce Wade
Thank you Anthony, That works exactly how I was want. I didn't even think to use request.vars. Just trying to see how many different ways this is going to save my team development time. We are moving youadworld.com from pyramid to web2py here is the start so far if you are interested in watching

[web2py] Re: Is this possible?

2012-01-13 Thread Anthony
> > db.define_table('user_account', > > ) > db.define_table('distributors', > Field('account_id', db.user_account), > Field('uadpoints_balance_available', 'integer', default=0), > ) > db.define_table('ads', > Field('member_id', db.user_account), > Field('points', 'integer', de

[web2py] Re: Is this possible?

2011-12-27 Thread lyn2py
Thank you Joseph and Jonathan - I'll look into the methods you both suggested! :) On Dec 27, 11:39 pm, Jonathan Lundell wrote: > On Dec 27, 2011, at 2:49 AM, lyn2py wrote: > > > > > > > > > > > I already have in routes.py: > > routers = dict( > >    BASE = dict( > >        default_controller='def

[web2py] Re: Is this possible?

2011-12-27 Thread Joseph Jude
Your code base should be adjusted. Both Anthony & Jonathan helped me with similar problem for me. Here is my routes.py: https://bitbucket.org/id804097/minnaedu/src/570149716878/webapp/routes.py here is my controller/index: https://bitbucket.org/id804097/minnaedu/src/570149716878/webapp/applic

[web2py] Re: is this possible with computed

2011-02-05 Thread Massimo Di Pierro
Long ago I made a widget for that. It got lost. If I cannot find it will re-write it. On Feb 4, 11:47 am, Richard Vézina wrote: > Hello Dear web2py users, > > I would like to achieve this. > > I have a referenced field 1 to many > > The referenced table is mostly for storing the dropdown option.