Re: [web2py] IS_IN_SET multiple=True with non-ASCII character failed

2010-02-03 Thread Thadeus Burgess
Try assigning them unique ID's instead of the string. IS_IN_SET((1, 2, 3, 4), (option a, option b, option c, option d), multiple=True) -Thadeus On Wed, Feb 3, 2010 at 2:03 PM, szimszon wrote: > IS_IN_SET(['Új', 'Beépítve', 'Eladva', 'Használt','Selejtezve', > 'Cseredarab', 'Bérben', 'Hibás'

[web2py] IS_IN_SET multiple=True with non-ASCII character failed

2010-02-03 Thread szimszon
IS_IN_SET(['Új', 'Beépítve', 'Eladva', 'Használt','Selejtezve', 'Cseredarab', 'Bérben', 'Hibás'],multiple=True) If I select "Új" I get: value not allowed If I select "Selejtezve" it's OK. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post