You have the option of using form=SQLFORM and then form[0].insert(2,TR
(...)) the rows from the other table.
It may be easier to create the form using form_factory.

Massimo

On Nov 21, 12:34 am, mmstud <[EMAIL PROTECTED]> wrote:
> Im thinking to create an insert and update form with fields taken from
> multiple tables. Person has address, email and phone instances on
> separate tables, but for simple interaction, they should be present on
> same form view. What is the best way to solve this kind of situation
> at the moment, does SQLFORM the job?
>
> On update form there would be combobox with input and selectbox
> combined. Input for new email, address, phone entries and select for
> possible older entries.
>
> -Marko
--~--~---------~--~----~------------~-------~--~----~
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