[web2py] Re: Dynamic Search

2016-01-20 Thread Anthony Smith
Hi what I mean is to have results so they can be either emailed or printed? On Thursday, 21 January 2016 08:48:08 UTC+11, Anthony wrote: > > What do you mean by "have the results to be a post"? > > On Sunday, January 17, 2016 at 3:16:11 PM UTC-5, Anthony Smith wrote: >> >> Hi All, >> >> I am

[web2py] Re: Dynamic Search

2016-01-20 Thread Anthony Smith
Hi All, I am guessing this cant be done or I have asked a stupid question Cheers Anthony On Monday, 18 January 2016 07:16:11 UTC+11, Anthony Smith wrote: > > Hi All, > > I am using the dynamic search ( > http://www.web2pyslices.com/slice/show/1403/dynamic-search), is it > possible to have

Re: [web2py] Re: Dynamic Search

2016-01-20 Thread Richard Vézina
To my knowledge crud.search() does just that with all the overhead... Richard On Wed, Jan 20, 2016 at 3:09 PM, Anthony Smith wrote: > Hi All, > > I am guessing this cant be done or I have asked a stupid question > > Cheers > > Anthony > > > On Monday, 18 January

[web2py] Re: Dynamic Search

2016-01-20 Thread Anthony
What do you mean by "have the results to be a post"? On Sunday, January 17, 2016 at 3:16:11 PM UTC-5, Anthony Smith wrote: > > Hi All, > > I am using the dynamic search ( > http://www.web2pyslices.com/slice/show/1403/dynamic-search), is it > possible to have the results to be a post, if so do I

Re: [web2py] Re: dynamic search form

2013-07-16 Thread Massimo Di Pierro
smartgrid does not allow a query argument (only grid does). smartgrid takes a table. On Tuesday, 16 July 2013 00:14:18 UTC-5, Sarbjit singh wrote: Hi, I have been trying to use the dynamic search with SMARTGRID. But it is not working. I modified the code as : results =

Re: [web2py] Re: dynamic search form

2013-07-15 Thread Sarbjit singh
Hi, I have been trying to use the dynamic search with SMARTGRID. But it is not working. I modified the code as : results = db(query).select(*selected) ==MODIFIED TO == results = SQLFORM.smartgrid(query) With this modification, it is giving the below error :- Query object has no

[web2py] Re: dynamic search form

2010-04-25 Thread mdipierro
I think we should include this in crud. Would you send me a patch? On Apr 25, 8:47 pm, mr.freeze nat...@freezable.com wrote: Just thought I would share a small slice I made recently. It's creates a search form for a table with selectable fields and