[web2py] Re: computed fields and SQLFORM

2011-01-10 Thread howesc
yes it kinda would. i would love to be able to see the values of the fields and have them update via javascript as the fields they depend on are modified, but that is beyond the functionality of SQLFORM. But i do want to see the current values when i am editing the form given the

[web2py] Re: computed fields and SQLFORM

2011-01-08 Thread Massimo Di Pierro
Wouldn't this be misleading because the computed field depends on the value of fields that may have been edited? On Jan 8, 12:25 pm, howesc how...@umich.edu wrote: Let's say i have a table like: db.define_table('item_quantity',   Field('item', db.item,         requires=IS_IN_DB(db,