[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 way to do it and I missed ?.

The suggestion is if you can add that option (something like at_beginning = 
True) to the class to include this functionality in web2py code. 

I understand that no one has asked, I think it requires very little change and 
in my case worth. Thank you. Best regards. Fernando.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 obsolete:
>
> http://web2py.com/init/default/support
>
> Some links are broke. Most pages do not even mention web2py. Some of them 
> have a design that is simply not acceptable for a web development company.
>
> That list will be eliminated. IF YOU WANT TO BE LISTED please update your 
> page to have a decent design and MENTION WEB2PY on the main site. Then 
> respond to this thread by providing an updated link and the country were 
> you incorporated. If you have a self-employed individual list your country 
> of residence.
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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: 

*close failed in file object destructor: **
**IOError: [Errno 5] I/O error
*
The admin application also has this problem (password submit with the same 
error).

Full web2py version (from git) has the same problem. 

I have tried to detect the source of error with no luck. Has anyone run 
applications -on Android- that contain forms (POST) successfully?.Any 
thoughts on this?. 

Thank you very much. Greetings. Fernando.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




127.0.0.1.2013-07-14.04-08-19.9a47a329-25ec-41c2-8c6d-e00d2ed94d33
Description: Binary data