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

2015-06-11 Thread Tomeu Roig
in a fresh folder and then copy over your applications 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) >>

[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 object 'DAL' has no attribute 'Field' VERSION: Version 2.11.2-stable+timestamp.2

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

2014-06-23 Thread Tomeu Roig
;Click > to edit") > > table_update = simplejson.dumps([new_record.table.first_name, new_record. > table.last_name, > new_record.table2.name, str(A(edit_icon, _href=URL(r=request,f= > 'edit_loader', > args=[new_record.table.record_id, form.vars.mode]), _clas

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

[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="historic

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" 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: return 'INSERT INT

Re: [web2py] Re: web2py server down temporarily

2010-10-05 Thread Tomeu Roig
Working from spain El 05/10/2010 21:40, "Bruno Rocha" escribió: Working for me (Brazil) 2010/10/5 mr.freeze > > It's working for me (Texas). > > On Oct 5, 2:37 pm, mdipierro wrote: ...