> SQLField('field','string',requires=[IS_NOT_EMPTY(),IS_IN_SET > (['Val1','Val2','Val3'])]) > Is this the correct syntax?
I don't know whether this helps, but I took it from a post by Massimo on 11 Aug: requires=IS_IN_SET(....) validation+dropdown requires=[IS_IN_SET(....)] validation but not dropdown. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---