[web2py] Re: object 'DAL' has no attribute 'Field' - After update 2.11.2

2015-06-11 Thread Tomeu Roig
only. it should work fine. On Tuesday, June 9, 2015 at 10:47:54 AM UTC+2, Tomeu Roig wrote: I update web2py to last version from: (wget http://www.web2py.com/examples/static/nightly/web2py_src.zip) After start all apps included admin give errors. I make a cat in console, and get

[web2py] object 'DAL' has no attribute 'Field' - After update 2.11.2

2015-06-09 Thread Tomeu Roig
I update web2py to last version from: (wget http://www.web2py.com/examples/static/nightly/web2py_src.zip) After start all apps included admin give errors. I make a cat in console, and get this info in error. type 'exceptions.AttributeError' type object 'DAL' has no attribute 'Field' VERSION:

[web2py] Re: Trying to use the LOAD helper, if a button is clicked

2014-06-23 Thread Tomeu Roig
On Sunday, June 22, 2014 4:44:33 PM UTC-5, Tomeu Roig wrote: Thanks Brian, nice think to get a full href for pass to the $web2py.component. I see that you use datatables.net. Do you use some plugin o directly you pass json from controller? I want use in a new project but i have doubts have

[web2py] Re: Trying to use the LOAD helper, if a button is clicked

2014-06-22 Thread Tomeu Roig
Thanks Brian, nice think to get a full href for pass to the $web2py.component. I see that you use datatables.net. Do you use some plugin o directly you pass json from controller? I want use in a new project but i have doubts have to implement. Can you give me some idea? -- Resources: -

[web2py] Re: Trying to use the LOAD helper, if a button is clicked

2014-06-18 Thread Tomeu Roig
I call a function that content a grid or smartgrid and need pass args and (user_signature=True), how i can make it? now I use in controller response.js like: tab_history = jQuery('#historial a[href=#historico]').click(function(){ $.web2py.component(%s, target=historico);

Re: [web2py] unicode problem in DAL

2010-11-05 Thread Tomeu Roig
Hi, before to make the insert, you need change the string ascii to utf8, Newvalue=value.encode(utf-8) El 05/11/2010 12:18, Stef Mientki stef.mien...@gmail.com escribió: I'm trying to insert a record with a filed value uëLocatie and I get an error in sql.Table._insert at the last line:

Re: [web2py] Re: web2py server down temporarily

2010-10-05 Thread Tomeu Roig
Working from spain El 05/10/2010 21:40, Bruno Rocha rochacbr...@gmail.com escribió: Working for me (Brazil) 2010/10/5 mr.freeze nat...@freezable.com It's working for me (Texas). On Oct 5, 2:37 pm, mdipierro mdipie...@cs.depaul.edu wrote: ...