The only things I can think of are: 1) requires is mispelled 2) requires is overwritten somewhere else
Can you post the code? On Aug 12, 3:23 am, Carlos Aboim <[email protected]> wrote: > Hi, > In fact I was using requires=[IS_IN_SET(…)] > > Changed to requires=IS_IN_SET(....), but still doesn't work!! > > help!! Thanks > > Carlos Aboim > > 2009/8/11 mdipierro <[email protected]> > > > > > requires=IS_IN_SET(....) > > > validation+dropdown > > > requires=[IS_IN_SET(....)] > > > validation but not dropdown. ;-) > > > On Aug 11, 11:01 am, Carlos Aboim <[email protected]> wrote: > > > Hi everyone > > > > I am using a model like: > > > >http://dpaste.com/hold/78289/ > > > > - the field 'vendedor' > > > - the field 'cliente' > > > > in model 'obras' should show a dropdown menu from IS_IN_SET ('vendedor') > > and > > > from other table reference ('cliente') parameter > > > but it doesn't show up no dropdown menus > > > > Any better aproach?? > > > > thank you > > > Carlos Aboim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

