[web2py] Edit / Update Database

2011-12-23 Thread Anthony
Have you seen http://web2py.com/books/default/chapter/29/7#One-form-for-multiple-tables?

Re: [web2py] Edit / Update Database

2011-12-23 Thread Richard Vézina
I think what you try to do is a kind of bulk insert or bulk update... I write my own bulk update function with a SQLTABLE table displaying the rows that will be update and a SQLFORM.factory form for handling the submission... Then you just manually process records base on the id of the rows you ha

[web2py] Edit / Update Database

2011-12-22 Thread lyn2py
It is simple to edit or update if it only involves one table (SQLFORM). However I have combined tables into a form using SQLFORM.factory and also SQLFORM.factory + append fields How should I go about updating a form with combined tables (+ append fields)? I have read http://web2py.com/books/defa