>
> Hi,
> I have added computed fields to db model, but they are not computed on 
> insert. Code is supplied below.
> Thanks
>
>
Maybe the computation order is failing, since you have three linked 
computed fields. It could be that you need a custom callback for updating 
all the vars in the proper order before db I/O

-- 

--- 
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/groups/opt_out.


Reply via email to