Il 23/09/14 15:03, [email protected] ha scritto:
> using a query
> qry=db(db.pollutants.pollutant_id == 
> db.pollutants_info.pollutant_id).select(orderby=db.pollutants_info.pollutant_order)
well I notice that IS_IN_DB validator accepts db|set while you pass a
result of a selection... try this code instead:
qry=db(db.pollutants.pollutant_id ==  db.pollutants_info.pollutant_id)

and look inside the validator code how ordering is supported.

Hope it could be of any help.

    Manuele
> db.models.pollutant_fk.requires =
> IS_IN_DB(qry,'pollutants.pollutant_id','%(pollutants.pollutant_label)s')

-- 
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/d/optout.

Reply via email to