SQLFORM.smartgrid selectable  return string if only one checkbox was 
slected and returns a list if 2 or more was selected.
This  inconsitancy force me to check for type before processing can continue
For example, If I have a button that update selected records in the 
database call a function that do:


db(db.product.id.belongs(request.vars.id)).update(price=db.product.price+request.vars.inc_price)


However if only one line selected in the grid request.vars.id is a string and 
not a list, which cause an error

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to