[web2py] Re: error exporting data (CSV) using smartgrid

2019-01-02 Thread Armando Hernandez
29:50 (UTC-6), Armando Hernandez escribió: > > Hello, > > i have an error when i try to export smartgrid data, smart grid displays > fine, but when i try to export data (click on the Export: [CSV] button) i > have the following error: > > (1064, u'You have an >

[web2py] Re: error exporting data (CSV) using smartgrid

2018-12-25 Thread Armando Hernandez
Version 2.17.2-stable+timestamp.2018.10.06.18.54.02 (Running on gunicorn/19.0.0, Python 2.7.9) El lunes, 24 de diciembre de 2018, 14:46:46 (UTC-6), Dave S escribió: > > > > On Sunday, December 23, 2018 at 8:29:50 PM UTC-8, Armando Hernandez wrote: >> >> Hello, >> &g

[web2py] Re: Issue with latin /utf8 ??

2018-12-23 Thread Armando Hernandez
this is the best article i have read about Unicode and characters sets: https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/ ;) El viernes, 21 de diciembre de 2018, 10:27:00 (UTC-6)

[web2py] error exporting data (CSV) using smartgrid

2018-12-23 Thread Armando Hernandez
Hello, i have an error when i try to export smartgrid data, smart grid displays fine, but when i try to export data (click on the Export: [CSV] button) i have the following error: (1064, u'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version fo

[web2py] Autocomplete widget filter values

2018-09-26 Thread Armando Hernandez
How can i filter tha value of the autocomplete values of a SQLFORM.widgets.autocomplete(request,db.person.name) Lets say you only want the autocomplete widget to display person names of persons with ages beetwen 30 to 35 years old Something like : Filter=(db.person.age>=30) & (db.person.age<=

[web2py] Re: web2py.com is not responding

2017-05-18 Thread Armando Hernandez
Thanks for the workaround! :) El jueves, 18 de mayo de 2017, 12:18:52 (UTC-5), Massimo Di Pierro escribió: > > My apologies. It will be back as soon as the DNS refreshes. The server is > actually up and has always been: http://mdipierro.pythonanywhere.com/ > but the IP has changed on the pythonan

[web2py] Form field defaults the second time through

2017-01-19 Thread Armando Hernandez
Assuming PostDate is a field of type datetime Try this before calling SQLFORM db.QuarterMaster.PostDate.default = request.now If PostDate is a field of type date use db.QuarterMaster.PostDate.default = request.now.date() and remove all the form.vars.PostDate assignments -- Resources: - http:

[web2py] 2.14.6: Mobile plugin and shell do not work?

2016-05-12 Thread Armando Hernandez
Same situation here mobile interface not working 2.14.5-stable+timestamp.2016.04.14.03.26.16 (Ejecutando en nginx/1.9.14, Python 2.7.11+) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py