[web2py] Cannot resolve reference error if reading (select()) a table in menue.py...

2017-01-18 Thread icodk
In general I can have a reference in table *child* to table *parent *disregarding the definition order. However, If I read from table *child* (that reference table *parent*) in menu.py, I get a Cannot resolve reference error Any idea how to solve it ? -- Resources: - http://web2py.com - h

[web2py] Cannot resolve reference error

2014-09-09 Thread José Eloy
Hi! I'm developing an web2py application that use an external SQL Server database. I can connect to the SQL Server database using migrate=False in those tables I need to access. In addition I create my own tables from web2py (also they connect to SQL Server). My troubles begin when one of my