db.table*,*request.args[0] ;-)
Richard On Wed, Jul 27, 2011 at 6:03 AM, Massimo Di Pierro < [email protected]> wrote: > form= SQLFORM(db.table.request.args[0],readonly=True) > > On Jul 27, 4:43 am, António Ramos <[email protected]> wrote: > > hello > > > > * in my controller * > > > > form= SQLFORM(db.table.request.args[0]) > > return dict(form=form) > > > > *in my view* > > > > {{=form}} > > > > This is to edit the record > > > > How to code to only view the record? > > > > thank you > > António >

