In my application I got custom create/retrieve and update/delete functions in which I call the default web2py functions: e.g. crud.create()
In one of my update functions the user should be able to delete the record. This: form=crud.update(db.adres,request.args[0],next=(URL (r=request,f='crud_address'))) return dict(form=form) returns a form with a Check to delete check box. I wonder whether I can use the crud.update() function without the check box showing up in the form. Kind regards, Annet. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

