[web2py] cancel button in update and create work differently

2010-05-31 Thread annet
I have a function to update opening hours: @auth.requires_membership('homepage_manager') def update_openinghours(): openinghours=db(db.openinghours.company_id==auth.user.company_id)\ .select(db.openinghours.ALL) form=[] if not openinghours or request.vars.x: if not

[web2py] cancel button

2010-02-06 Thread Jonathan Lundell
I seem to be full of elementary questions this week. I've got a simple SQLFORM to add a row to a database, and I want to have a cancel button along with the submit button. How? -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this