You are using an experimental feature that is (was) under development.

For now replace this line

    record=db.nfa[request.args[0]]

with this line

    record=request.args(0)

and it will work. The problem is that crud(table,record), record
should be a record id, not an actual record. I was working on allowing
an entire record to be passed but that only partially worked. Now
since you had me look into it, I think I fixed it in trunk and both
should work. Give it a try.

Massimo

On Jul 7, 8:35 am, mdipierro <[email protected]> wrote:
> Which version exactly are you using? I need the date.
>
> Massimo
>
> On Jul 7, 12:55 am, annet <[email protected]> wrote:
>
> > It is not just the check to delete that doesn't work, when I update
> > the record and click submit the update isn't being executed either.
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to