Re: [web2py] Re: Class in the session

2011-03-24 Thread Rui Gomes
this? BTW: Thanks for the help if in the mean while i figure this one out I will post it here. Regards Rui Gomes On Thu, Mar 24, 2011 at 3:51 PM, Jonathan Lundell jlund...@pobox.comwrote: On Mar 24, 2011, at 8:25 AM, Anthony wrote: There is an additional problem, though. According

Re: [web2py] Re: Class in the session

2011-03-24 Thread Rui Gomes
I guys, The order = cache.ram(session.name, lambda:Order(), 3600), did work and do exactly what I want thanks for the tips, the part of not holding the data is no problem, if I want it to be persistent data I will at some point insert in to the DB. Regards Rui Gomes On Thu, Mar 24, 2011 at 3:51

[web2py:23793] Re: Crud.create and Keep values

2009-06-09 Thread Rui Gomes
yes i set crud.settings.keepvalues=True, and what happen is when i call the function customcreate, the function don't return the form but a redirection to the index page, but if i try the same application with 1.62 version and work fine :( PS: i double check in different machines On Mon, Jun 8,

[web2py:23798] Re: Crud.create and Keep values

2009-06-09 Thread Rui Gomes
(form): form.vars.total_payd=form.vars.total_amount- form.vars.total_credit Massimo On Jun 9, 9:35 pm, Rui Gomes rui.t...@gmail.com wrote: yes i set crud.settings.keepvalues=True, and what happen is when i call the function customcreate, the function don't return the form

[web2py:23803] Re: Crud.create and Keep values

2009-06-09 Thread Rui Gomes
to be a URL but looks like there is a list in there! Massimo On Jun 9, 10:21 pm, Rui Gomes rui.t...@gmail.com wrote: I still getting a error, but now is different :S Error traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. Traceback (most recent call last

[web2py:23476] Re: Informal Poll re use of admin interface

2009-06-07 Thread Rui Gomes
No one use eric IDE? I start to use because of pyQT after that i get addictive to it, really helpful PS: gonna be nice if some day show a plug-in to eric ide, like the one he have for django 8-) On Sat, Jun 6, 2009 at 10:26 PM, JohnMc maruadventu...@gmail.com wrote: admin: db setup, quick

[web2py:23373] Re: UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 299: ordinal not in range(128)

2009-06-05 Thread Rui Gomes
Thanks, But i found out the problem im using a old version of MySQLdb and for some reason give me this problem now is updated every thing work fine :D On Fri, Jun 5, 2009 at 3:43 PM, Yarko Tymciurak yark...@gmail.com wrote: Perhaps this will help:

[web2py:22905] Re: SyntaxError: Object exists and cannot be redefined

2009-05-29 Thread Rui Gomes
This is the full view, ## View list_all.html # {{extend 'layout.html'}} {{=form}} {{if query:}} h2You are checking Store{{=request.vars.store_id}} in {{=request.vars.date}}/h2 br/ br/ table border=1 style=border-color: #FF9C00; border-collapse: collapse;