[web2py] Re: SQLFORM.grid and joins

2013-03-01 Thread Rene Dohmen
Hi Massimo, We did print the t-shirt ourselves ;-) I'll send you one. Kind Regards, Rene On Thursday, February 28, 2013 6:06:56 PM UTC+1, Massimo Di Pierro wrote: > > Where did you get that? I want one. > -- --- You received this message because you are subscribed to the Google Groups "we

[web2py] Re: SQLFORM.grid and joins

2013-03-01 Thread Mandar Vaze
I too have come across this same problem - good to see a solution (Now to try it for my scenario) Thanks Kyle !! -Mandar On Thursday, February 28, 2013 9:54:35 PM UTC+5:30, sander.vi...@gmail.com wrote: > > Awesome, that's it, field_id. > > To prove our loyalty and to please the many python an

[web2py] Re: SQLFORM.grid and joins

2013-02-28 Thread Massimo Di Pierro
Where did you get that? I want one. On Thursday, 28 February 2013 10:24:35 UTC-6, sander.vi...@gmail.com wrote: > > Awesome, that's it, field_id. > > To prove our loyalty and to please the many python and web-development > related deities we wear these t-shirts when working with web2py > > :) > >

[web2py] Re: SQLFORM.grid and joins

2013-02-27 Thread Kyle Flanagan
Have you taken a look at the field_id parameter for grid? field_id must be the field of the table to be used as ID, for example > db.mytable.id. SQLFORM.grid(..., field_id = db.item.id,...) might be what you're looking for if I'm understanding your correctly. http://web2py.com/books/default/

[web2py] Re: SQLFORM.grid and joins

2013-02-27 Thread Massimo Di Pierro
Can you show a concrete example with code so we can reproduce it and debug it? Please also open an issue so it is tracked. On Wednesday, 27 February 2013 04:51:21 UTC-6, sander.vi...@gmail.com wrote: > > Good day, > > We're using web2py and loving it, but we ran into an issue with the > sqlform.