Is there a way, how to specify order(sorting) in IS_IN_DB ? Its easy to use it for validator and let web2py to generate combobox. How can I specifiy 'order' form db query, so dropdown items are in good order? Something like db().select(db.person.ALL, orderby=db.person.name) ?
Thank you, David

