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
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