Andrew Buchan
unread,May 18, 2010, 5:59:38 AM5/18/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
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?