If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 0
    mrfreeze  14 years ago
    Not sure I understand. There's no need to store it in the phone table. You can get to the zipcode of a db.phone record by doing:
    phn = db(db.phone.id>0).select().first()
    zip = phn.areacode.zipcode.value
    

Commented on:

This is a widget I wrote to ease the implementation of displaying interdependent values.

Hosting graciously provided by:
Python Anywhere