Have you seen
http://web2py.com/books/default/chapter/29/7#One-form-for-multiple-tables?
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
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
3 matches
Mail list logo