[web2py] SQLFORM.grid, best approach for searching in ID type field

2020-07-06 Thread Luciano Bovio
I am reading a table from another application just to perform searches. I am using SQLFORM.grid, my problem is that i need to search for 'product_code' field that in my DAL i have mapped as ID. I have no rights to write fields on remote DB. /models/remote_server.py

Re: [web2py] In a custom html form of SQLFORM in web2py, how to copy the request argument of the url into a form field input?

2020-07-06 Thread AGRogers
Do you mean you want to set the EVENT_ID so that it's already selected when the form opens? Or are you saying that after you select the Event and submit the form you get an error? On Sat, 4 Jul 2020, 3:27 pm Anusha Narayan, wrote: > *The code of my model db.py is:* > > db.define_table( >

Re: [web2py] My attempt at integrating datatables.net and web2py

2020-07-06 Thread Andrew Rogers
OK, i have tidied up the code a little and fixed more bugs. You can grab an app with all the code you should need from Github here: https://github.com/agrogers/web2py_datatables I have done a couple more videos that might be helpful. This one shows some examples of what it can do and

[web2py] Re: Loader/waiting indeterminate progressbar

2020-07-06 Thread Jitun John
4 years and I have not been able to get to this. I checked https://groups.google.com/forum/#!topic/web2py/zgSLxeg7avw and tried to see if that works with the latest build of web2py.. but it does not. I am no developer .. but rely on looking at examples and modify to my needs. kind of hobbyist.