Re: [web2py] Binding SQLFORM grid By query string value giving error

2013-05-14 Thread Johann Spies
On 14/05/2013 07:29, Pawan Jha wrote: page = request.args(0) What is the type of this 'page'? Regards Johann -- Johann SpiesTelefoon: 021-808 4699 Databestuurder / Data manager Faks: 021-883 3691 Sentrum vir Navorsing oor Evaluasie, Wetenskap en Tegnolo

[web2py] Binding SQLFORM grid By query string value giving error

2013-05-13 Thread Pawan Jha
Hi all Please let me know why this is giving error as i need to query the table as the value comes with the query string field = [db.call_log.call_datetime_from,db.call_log.incident_street_no,db.call_log.incident_house_no] page = request.args(0) query = db.call_log.incident_Id =