On Sunday, September 15, 2013 10:27:51 AM UTC-4, step wrote: > Sorry for resurrecting such an old thread, but I wanted to add my solution > to a very similar issue. > It might seem obvious to expert web2py users; I found out that when some > compute fields weren't updating in my app it was due to unordered > cross-dependencies. In other words, if the computation of db.table.field_A > depends on the value of db.table.field_B, then db.define_table() must > define field_B *before* field_A, for any pair of field_A and field_B in > table, otherwise the computation of field_A will silently fail. > Tested on version 2.6.1. >
I cannot reproduce this -- can you show an example? Anthony -- 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/groups/opt_out.

