Sorry my bad, pasted it on the wrong side of the ).

Kenneth

Sorry,
it works now

instead of
Field(' client_contacts ',requires=IS_IN_DB(db,'auth_user.id <http://auth_user.id>','auth_user.email'), multiple=True)

i write this and works

Field(' client_contacts ',requires=IS_IN_DB(db,'auth_user.id <http://auth_user.id>','auth_user.email', multiple=True))


Em 27 de julho de 2011 14:38, António Ramos <[email protected] <mailto:[email protected]>> escreveu:

    File "D:/web2py10/web2py/applications/Vendas/models/db.py", line
    101, in <module>
    TypeError: __init__() *got an unexpected keyword argument 'multiple'*



Reply via email to