Re: [web2py] define_table... help!

2010-09-27 Thread Richard Vézina
Would you update status manualy or automatically? Richard On Mon, Sep 27, 2010 at 11:12 AM, mart wrote: > Hi > > so, I have this table: > > db.define_table('p4users', >SQLField('p4_user'),format='%(p4_user)s') > > which gives me a nice dropdown :) > > > then I have this one, whe

[web2py] define_table... help!

2010-09-27 Thread mart
Hi so, I have this table: db.define_table('p4users', SQLField('p4_user'),format='%(p4_user)s') which gives me a nice dropdown :) then I have this one, where I want to update the Status field. db.define_table('p4users_all', SQLField('Name', db.auth_user, default=auth