Re: [web2py] SQLFORM.grid custom search where is the error?

2014-11-18 Thread Prasad Muley
This problem still exist in web2py 2.9.6. I've tried to use custom grid search But It is showing me "invalid query" near grid. On Thursday, February 21, 2013 10:09:33 PM UTC+5:30, Mandar Vaze wrote: > > I'm using Version "2.3.2 (2012-12-17 15:03:30) stable" and the problem > still persists. i

Re: [web2py] SQLFORM.grid custom search where is the error?

2013-02-21 Thread Mandar Vaze
I'm using Version "2.3.2 (2012-12-17 15:03:30) stable" and the problem still persists. i.e. I'm still getting "Invalid Query" error. I'm using Alex's workaround which seems to be working. Thanks Alex. -Mandar On Friday, September 28, 2012 6:07:13 PM UTC+5:30, Massimo Di Pierro wrote: > > Clearl

Re: [web2py] SQLFORM.grid custom search where is the error?

2012-09-28 Thread alex
Thank you Massimo, I have just tried with web2py-web2py-af258c3, latest trunk, and the situation didn't changed. On Friday, September 28, 2012 9:37:13 PM UTC+9, Massimo Di Pierro wrote: > > Clearly something is wrong I will try this today. Before I do, could you > check the latest trunk? > >

Re: [web2py] SQLFORM.grid custom search where is the error?

2012-09-28 Thread Massimo Di Pierro
Clearly something is wrong I will try this today. Before I do, could you check the latest trunk? On Friday, 28 September 2012 04:36:26 UTC-5, alex wrote: > > Thank you Johann, of course I did already, > > The query itself gets translated correctly. > I think that something very subtle is happeni

Re: [web2py] SQLFORM.grid custom search where is the error?

2012-09-28 Thread alex
Thank you Johann, of course I did already, The query itself gets translated correctly. I think that something very subtle is happening when I pass search_widget= search_form, and I cannot catch it I uploaded herethe packed version

[web2py] SQLFORM.grid custom search where is the error?

2012-09-27 Thread alex
I have this table db.define_table('t', Field('a', type='string'), Field('b', type='string'), ) db.t.insert(a='US', b='Washington') db.t.insert(a='US', b='Rochester') db.t.insert(a='US', b='Los Angeles') db.t.insert(a='US', b='Minneapolis') Now I want to search the items in a grid wit