solved the issue by implementing temporal table, thanks a lot...

вторник, 22 апреля 2014 г., 9:38:01 UTC+3 пользователь alex написал:
>
> yep. Making a temporary table for collected data was the first obvious 
> option, but it would be much better to convey somehow a list of rows to the 
> grid directly... All the tables have the same schema, each table includes 
> info from a separate network node, query is the same for all the tables as 
> well...
>
> понедельник, 21 апреля 2014 г., 22:17:52 UTC+3 пользователь Dave S написал:
>>
>> 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