[web2py] AutocompleteWidget - Search inside text, not only at the begining

2015-08-14 Thread Fernando Pacheco
I used several times AutocompletWidget (works great). When I want to run the search across the entire string and not just at the beginning, I must copy the code to a module and modify it, adding % at the beginning: field.like ('%' + self.request.vars [self.keyword] + '%' ... There is another

[web2py] Re: IMPORTANT - WEB2PY CONSULTING

2015-08-14 Thread Fernando Pacheco
Please add me: Name : Ingesur SRL Country : Uruguay Website : http://www.ingesur.com.uy Thanks and Best Regards, Fernando. El domingo, 15 de febrero de 2015, 20:21:36 (UTC-2), Massimo Di Pierro escribió: We need to update the list of companies that provide web2py consulting. This list is

[web2py] Set rname for auth tables

2014-11-04 Thread Fernando Pacheco
How can I set rname for every Auth table (auth_user, auth_group, etc)?. For example, I want that auth_user be mapped as FP_IG_AUTH_USER table in database, but I still want access to that table as db.auth_user. Thank you. Best regards. Fernando. -- Resources: - http://web2py.com -

[web2py] Set rname for auth tables??

2014-11-04 Thread Fernando Pacheco
How I can set the rname of each standard Auth tables? For example, I want table auth_user to be created in the database as FP_AG_AUTH_USER. However, I wish to continue using db.auth_user to reference that table. Thank you very much. Best regards. Fernando. -- Resources: - http://web2py.com -

[web2py] web2py on Android

2013-07-14 Thread Fernando Pacheco
I'm trying to run a minimal version of web2py (git version) on Android (Samsung Galaxy Tab 2 10 ) with kivy (as a service, latest python version 2.7) and / or from the launcher SL4A (pythn 2.6). Everything works fine when I use GET, but when I submit a form (POST) I get the following error: