thanks, I should have thought of that. If 'id' is not in 'fields' do you think it should be hidden anyway? Or would that break backward compatibility?
On Sep 15, 12:11 am, mdipierro <[email protected]> wrote: > or > db.table.id.readable=False > > On Sep 14, 4:38 am, Fran <[email protected]> wrote: > > > On Sep 14, 7:06 am, Richard <[email protected]> wrote: > > > > When I create a SQLFORM to edit an existing record the ID is displayed > > > in the rendered form. This still happens when I set the fields > > > explicitly because of lines 497-8: > > > if not 'id' in self.fields: > > > self.fields.insert(0, 'id') > > > SQLFORM(..., showid = False) > > > F > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

