[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

[web2py] Web2py + Nginx - Logging

2020-07-01 Thread Luciano Bovio
Is it possible to log web2py output messages to a file when running web2py+nginx+uwsgi (installed with provided ubuntu script) ? I need to view the messages that i see in console when running rocket server. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: grid: top + button: how to adapt dynamically & translate the title 'add record to database' ?

2020-05-04 Thread Luciano Bovio
I have the same problem on translation I have to modify button text with jQuery. Any ideas ? On Monday, February 12, 2018 at 7:01:17 AM UTC-3, Serge Bourgeois wrote: > > > Hello, > The following codes changes dynamically the title of the button on the top > left of the form in English. >

Re: [web2py] Re: ERROR : ImportError: No module named gluon.utils in websocket_messaging.py after upgrade to 2.15.4

2017-11-02 Thread Luciano Bovio
El 01/11/17 a las 20:57, Massimo Di Pierro escribió: make sure web2py is in PYTHON_PATH On Wednesday, 1 November 2017 08:19:02 UTC-5, Omicron VT wrote: El miércoles, 1 de noviembre de 2017, 9:17:45 (UTC-3), Omicron VT escribió: I have been using websocket_messaging.py