[web2py] Re: SQLFORM grid search : Get ids of filtered records

2016-12-13 Thread Madhavi
lse, csv = False, paginate = False, selectable = [('Approve Selected Corporates', lambda ids: approve_corp(ids)),('Reject Selected Corporates', lambda ids: reject_corp(ids)), ('Approve All Corporates', lambda ids: approve_all(ids)), ('Reject All Corporates',

[web2py] SQLFORM grid search : Get ids of filtered records

2016-10-24 Thread Madhavi
possible, Thanks a ton, Madhavi -- 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

[web2py] Pass variable from JavaScript function to controller: Using JSQueryBuilder

2016-09-22 Thread Madhavi
o both web2py and Java Script and have been struggling with this for quite some time. I would prefer to pass the variable result through dictionary and not as an argument, as it will contain spaces and special characters which I want to preserve in the string. Thanks, Madhavi -- Resources:

[web2py] Using web2py with GreenPlum: Returning clause error

2016-07-25 Thread Madhavi
ing on SQL queries for insertion. Please let me know if there is any work-around, or if there is any alternative adapter which I can use to work with web2py using GreenPlum smoonthly. Thanks, Madhavi -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.