[web2py] Re: web2py slices down

2016-04-24 Thread Henk huisman
Yes already 3 days down. Anybody home? Op zondag 24 april 2016 11:29:57 UTC-4 schreef luis.va...@metamaxzone.com: > > Web2py slices (http://www.web2pyslices.com/home) is down, shows a ticket > when try to access > > Internal errorTicket issued: unknown >

[web2py] Multiple selection dropdown widget, UI

2016-04-24 Thread Ron Chatterjee
duration_str = ('Month or less', '6 months', '1 year') Field('duration', type='list:string',requires=IS_IN_SET((duration_str), multiple=True),widget=lambda field, value: SQLFORM.widgets.multiple.widget(field, value, size=3, style='divs', label=True)), This create a multiple selection but the

[web2py] Re: web2py.com down?

2016-04-24 Thread pbreit
working now On Sunday, April 24, 2016 at 8:06:04 AM UTC-7, pbreit wrote: > > I'm getting the PythonAnywhere "Error code: 502-loadbalancer" and no site > since last night. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code)

[web2py] Invalid function after compiling app

2016-04-24 Thread luis . valladares
Hello! i've a web2py app that works well, my default controller is "inicio" and his default function is index, so the index page of my app si app/inicio/index, this works well uncompiled, but when i go to the web2py admin app and compile this app the next request returns: invalid function (ini

[web2py] web2py slices down

2016-04-24 Thread luis . valladares
Web2py slices (http://www.web2pyslices.com/home) is down, shows a ticket when try to access Internal errorTicket issued: unknown -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2

Re: [web2py] Re: [REST] encoding character in query patterns

2016-04-24 Thread Mamisoa Andriantafika
The goal is to receive the right result from the query in the GET request. As you saw, in the first query I get the result of the user that where first name, name and dob correspond to the parameters. But when I had the accented character, I cannot get the expected same result. >From the first

[web2py] web2py.com down?

2016-04-24 Thread pbreit
I'm getting the PythonAnywhere "Error code: 502-loadbalancer" and no site since last night. -- 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

[web2py] show uploaded filename in SQLFORM.grid

2016-04-24 Thread rajjmatthur
db.define_table('Files', Field("filename", "upload",default=None, uploadfolder=os.path.join(request.folder, 'uploads'))) grid = SQLFORM.smartgrid(db.Files) Displays: List id, and file. IdFilename 1file How to show the uploaded filename instead file? -- Resources: - http://

[web2py] SOAP XML Element Question

2016-04-24 Thread Pbop
First, I highly recommend http://www.soapclient.com/soaptest.html as a resource to reverse engineer soap parameters and test soap calls. If it works from this site and not in your Web2Py code, your code is broken, not the SOAP client. The soap client parameters are poorly documented and the doc

[web2py] Re: Adding appended text to SQLFROM

2016-04-24 Thread Ron Chatterjee
On Sunday, April 24, 2016 at 9:51:35 AM UTC-4, Ron Chatterjee wrote: > > Any example you can provide. lol. I have this chat application, I have an > file upload, that I use a div element to put below the form inside a table > (attached) which is not included in the same table (separate table fo

[web2py] Re: Adding appended text to SQLFROM

2016-04-24 Thread Ron Chatterjee
Any example you can provide. lol. I have this chat application, I have an file upload, that I use a div element to put below the form inside a table (attached) which is not included in the same table (separate table for the text and the file upload). I am hoping, if I can do something like a pr

Re: [web2py] Re: [REST] encoding character in query patterns

2016-04-24 Thread Richard Vézina
I don't understrand... Are you trying to generate this URL or you receive the request? Does it fails for a request you receive? On Sat, Apr 23, 2016 at 8:38 PM, Mamisoa Andriantafika wrote: > Just to be clearer, here is a response from the following get: > > > https://localhost/test/default/api_