Dear Bruno. Yes works fine without powerTable The problem occur when i use powerTable. Regards
--- On Mon, 12/17/12, Bruno Rocha <[email protected]> wrote: From: Bruno Rocha <[email protected]> Subject: Re: [web2py] 'Row' object has no attribute powerTable To: [email protected] Date: Monday, December 17, 2012, 1:04 AM what happens if you just return the Rows without using powerTable, it works? def test(): return db(db.pagos.id_clientes==session.cliente_id).select(db.pagos.id,db.pagos.fecha,db.pagos.monto,db.pagos.comments,orderby=~db.pagos.fecha) -- --

