What you want to do with the field?

there is :

db.tablename.fieldname.* = *

Richard

On Wed, Sep 5, 2012 at 10:50 AM, tommasot <tommt...@gmail.com> wrote:

> I need to catch the request parameters in a crud.create operation
>
> Thi the simple code in the controller
>
> form = crud.create(db.anno,next='list_anno')
>
>
> and this the domain
>
> db.define_table('anno',
>     Field('descrizione'),
>     Field('incorso','boolean'),format='%(descrizione)s')
>
> Now i want before the create operation manipulate the 'incorso' Field
>
> Thanks
>
> --
>
>
>
>

-- 



Reply via email to