I know that a dropdown list can be created with
is_in_set(['yes','no']), but i need numeric values for the select
items.

<select>
<option value=1>Yes</option>
<option value=2>No</option>

</select>

can an is_in_set provide this kind of select?

thx,

-wj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to