I think its db.table.virtualfields.append()
-Thadeus On Sun, Apr 4, 2010 at 10:51 PM, Iceberg <[email protected]> wrote: > Hi there, > > I search virtualfields in http://www.web2py.com/book but found > nothing. > > So I read this post instead: > https://groups.google.com/group/web2py/browse_frm/thread/d59ee3d6c2e6d836?tvc=1 > > But I found that > db.table.virtualfields.add(ComputedFields()) > doesn't work. > > Only this work: > rows.setvirtualfields(table=ComputedFields()) > > Does the former syntax really supposed to exist? > > I am using web2py 1.75.4 > > Regards, > Iceberg > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

