[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 wrote: > Perhaps this will help: > > http://dev.mysql.com/doc/refman/5.1/en/charset-applications

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

2009-06-06 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 wrote: > > admin: db setup, quick updates like after a ticket

[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
eturn dict(form=form) def f(form): session <http://127.0.0.1:8000/examples/global/vars/session>.create.append(form.vars.id) def r(form): form.vars.total_payd=form.vars.total_amount-form.vars.total_credit response <http://127.0.0.1:8000/examples/global/vars/response>._vars=response <htt

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

2009-06-09 Thread Rui Gomes
I have the last revision in the trunk Version 1.63.5 (2009-06-09 18:11:22) - Rev 1016 I just have this error now in the previous version just return to the index! Any idea about this now? On Wed, Jun 10, 2009 at 3:21 AM, Rui Gomes wrote: > I still getting a error, but now is different

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

2009-06-09 Thread Rui Gomes
upposed to be a URL > but looks like there is a list in there! > > Massimo > > > On Jun 9, 10:21 pm, Rui Gomes wrote: > > I still getting a error, but now is different :S > > > > Error traceback > > > > 1. > > 2. > > 3. > > 4. >

[web2py:21751] Re: crud problems log events

2009-05-13 Thread Rui Gomes
; > > > 'Ósótt', > > > > 'Remake', > > 'Röng > > búð', > > > > 'Sein', > > > > 'Símamistök', > > > > 'Staffamatu

[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:}} You are checking Store{{=request.vars.store_id}} in {{=request.vars.date}} Options Order Numer Store Number Reason Total Amount Total Credit Total

Re: [web2py] Re: Class in the session

2011-03-24 Thread Rui Gomes
er ideas how to do 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 wrote: > On Mar 24, 2011, at 8:25 AM, Anthony wrote: > > There is an additional problem, though. Acco

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,