Should be: *db[tablename][afield]*
On Wed, Jun 22, 2016 at 11:40 AM, Pierre <[email protected]> wrote: > Hi, > > Is there a way to pass a fieldname variable in a DAL expression other than > the one described in the w2p book : > > *db[tablename].insert(**{fieldname:value**})* > > when tablename varies in an expression like: *db[tablename].afield* it is > likely that *afield* should do the same > > how do I enable * afield *to be a variable as well ? > > -- > 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 subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Massimiliano -- 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 subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

