On Jul 30, 2:00 pm, Leandro - ProfessionalIT <lsever...@gmail.com> wrote: > db.pampa_classificacaocliente.aceita.requires=[IS_NOT_EMPTY(), > IS_IN_SET(['Sim', 'Não'])] > Well, in the view the field 'aceita' output is a input text and not > a <select><option>Sim</option><option>Não</option></select> field. How > to implements this ?
db.pampa_classificacaocliente.aceita.requires=IS_IN_SET(['Sim', 'Não']) F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---