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 -~----------~----~----~----~------~----~------~--~---

