[web2py] Re: SQLite won't update via SQLForm

2011-02-23 Thread pbreit
It should look something like this. Try to get the form working before you add in the records. The URL will look like this: http://127.0.0.1:8000/myapp/default/display_form/3 request.args(0) will be '3' in the URL above. * def display_form(): record = db.person(request

[web2py] Re: SQLite won't update via SQLForm

2011-02-23 Thread wdtatenh
Thanks all - that was the fix.