On Sun, Aug 28, 2011 at 12:06 PM, JaapP <j...@tetra.nl> wrote: > db.bestelling.bedrag.update = '10'
It is wrong. shoud be simething like: db(db.bestelling.id==request.args(0)).update(bedrag = '10') -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ] [ Aprenda a programar: http://CursoDePython.com.br ] [ O seu aliado nos cuidados com os animais: http://AnimalSystem.com.br ] [ Consultoria em desenvolvimento web: http://www.blouweb.com ]