db.define_table('t',Field('a'),Field('b'))
db.t.b.requires=IS_NOT_IN_DB(db(db.t.a==request.vars.a),db.t.b)
--
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to web2py+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/web2py?hl=en.