You should maybe use CRUD :
http://web2py.com/book/default/chapter/07?search=crud#CRUD
crud.read(db.tablename, id) returns a readonly form for tablename and record 
id.

Reply via email to