Re: [web2py] can the query in IS_IN_DB have more than one table?

2012-02-21 Thread Richard Vézina
For represent I usually do : lambda id: db.fktable1(id).represent_field # 1 table lambda id: db.fktable2(db.fktable1(id).id).represent_field_table2 # 2 table You can maybe proceding the same way, but I am not sure... I am still using old requires syntax... Please report your experiment and how y

[web2py] can the query in IS_IN_DB have more than one table?

2012-02-21 Thread Ashraf Mansour
Hi All, can the query in IS_IN_DB have more than one table? And how the fields of these tables be referenced in the format, to be shown in the dropbox ? Thanks in advance. Ashraf