nevermind, tried it. it works
On May 18, 2:00 pm, greenpoise <[email protected]> wrote: > does this works with CRUD? > > On May 18, 11:48 am, mdipierro <[email protected]> wrote: > > > or db.table.id.readable=False > > > On May 18, 10:10 am, Jose <[email protected]> wrote: > > > > On 18 mayo, 06:59, Andrew Buchan <[email protected]> wrote: > > > > > Hello, > > > > > Very simple one today: > > > > > SQLFORM(db.CAR_Report, record = CARId , readonly = True, fields = > > > > ['Part_Number']) > > > > > gives me a form showing: > > > > > Id: 1 > > > > Part Number: U5118 > > > > > Thing is, I don't want the user to see the id field (for good reason), > > > > but I can't seem to hide it... > > > > Any ideas? > > > > SQLFORM(db.CAR_Report, record = CARId , readonly = True, showid=False, > > > fields =['Part_Number'])

