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
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
2 matches
Mail list logo