wow... I am only just beginning to appreciate the confusion of all the situations of update: update a record; update a record set; update_record, and update a table definition... we may need a little article...
On Tue, Dec 16, 2008 at 5:58 AM, mdipierro <[email protected]> wrote: > > {{=self.update(db.friend)}} > > by default it determines the record it from the URL 'http://..../wiki/ > page/34' request.args[-1]. > > You can also specify the record using a query > > {{=self.update(db.friend,query=db.friend.id==34)}} > > > On Dec 16, 5:51 am, Atanasius <[email protected]> wrote: > > Hello! > > CREATE works like supposed using "{{=self.create(db.friend)}}". But > > how can I call an UPDATE page for a record? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---

