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

Reply via email to