Hello Michael,

I am not sure to understand what you are trying to acheive exactly and what
is causing issue...

On Wed, Apr 20, 2016 at 2:18 PM, Michael Beller <mjbel...@gmail.com> wrote:

>
> The approach in the book for one form for multiple tables works well for
> create forms:
>
> http://web2py.com/books/default/chapter/29/07/forms-and-validators#One-form-for-multiple-tables
>
> I have not found a good method for view or update forms.
>
> I have a model:
>
> db.define_table('buyer', Field('auth_user', 'reference auth_user', ...)
> db.define_table('seller', Field('auth_user', 'reference auth_user', ...)
>
> Each buyer is associated with one user and each seller is associated with
> one user.  I'd like to have one form to view and edit each buyer and seller
> that includes their user profile.
>
> I've tried variations of
>
> https://groups.google.com/forum/#!searchin/web2py/sqlform.factory$20edit/web2py/fvzIHyN7eP4/ZixpDiTl1GUJ
> and
> https://groups.google.com/forum/#!topic/web2py/hpH7a3Qz3Wg
>
> Has anybody found a good solution?
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to