On Monday, April 21, 2014 7:15:10 AM UTC-7, alex wrote:
>
> Hello guys. I need to display different rows with checkboxes from 
> different tables , so I decided to use grid form. With such demands I have 
> to use one grid form for each table, but as far as I know that it's 
> incorrect to do so. Maybe there is a way to extract rows from those tables 
> and hand them over to a grid form ?? Any other options ? Thanks...
>

Can you make a temporary table for the collected data, and make your fom 
from that?   Do the different tables have similar structure, or are you 
collecting disparate items ("part number" from the parts table, "document 
title" from the documentation table, and "appointment time" from the 
scheduling table?)

/dps

-- 
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