On 18 mayo, 06:59, Andrew Buchan <andyha...@gmail.com> 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'])

Reply via email to