Re: [web2py] web2py i cant submit customized form with input

2017-04-30 Thread Maurice Waka
Done custom submit but there is no improvement On Apr 30, 2017 19:45, "Marlysson Silva" wrote: > Try out form.custom.submit as button's form.. > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.g

Re: [web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Maurice Waka
A user types in text. The send button submits it. That's where I find it difficult to submit the form On Apr 30, 2017 22:49, "Anthony" wrote: > Yes to what? How is the form submitted? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2p

Re: [web2py] Re: web2py and python3

2017-04-30 Thread Muhammad Hashim Malik
Badly waiting for web3py. It was announced that web3py will be available​ at the end of April. On 12-Apr-2017 6:37 PM, "Massimo Di Pierro" wrote: May be some code will be released at the end of April. Very preliminary but I will be looking for feedback. On Wednesday, 12 April 2017 07:56:17

[web2py] Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-04-30 Thread webmaster
Figured this should have a new topic because it's been a year without two massive bugs being addressed. The last version of DAL that fully works with Cloud SQL I'm aware of is 2.12.2... Yes, it's been broken THAT long. To get Cloud SQL working, you have to replace pydal in gluon with an older

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2017-04-30 Thread webmaster
Have you completely given up on Cloud SQL support? I just checked back after a year and it's STILL broken. The last version of DAL that works with Cloud SQL I'm aware of is 2.12.2... The original hack I detail at the top is still the only way to get Cloud SQL working... OK, I went through gi

Re: [web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Anthony
Yes to what? How is the form submitted? -- 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 this message because you are subscribed to the Google

Re: [web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Maurice Waka
Yes On Apr 30, 2017 20:06, "Anthony" wrote: > How is the form submitted? It looks like you simply have some text in a > div for the "Send it" functionality. > > Anthony > > On Sunday, April 30, 2017 at 8:40:03 AM UTC-4, Maurice Waka wrote: >> >> >> >> down votefavorite >>

[web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Anthony
How is the form submitted? It looks like you simply have some text in a div for the "Send it" functionality. Anthony On Sunday, April 30, 2017 at 8:40:03 AM UTC-4, Maurice Waka wrote: > > > > down votefavorite >

[web2py] Re: GET queries other than ID

2017-04-30 Thread David Shavers
Hey, Anthony here is the finished product of what i was working on. It's an android app that lets you rent out your property to strangers. The payments and database are handled by web2py. https://play.google.com/store/apps/details?id=com.jbtus.daybyday&hl=en&source=downloadatoz.com Also, how

[web2py] web2py i cant submit customized form with input

2017-04-30 Thread Marlysson Silva
Try out form.custom.submit as button's form.. -- 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 this message because you are subscribed to the

[web2py] Communication between server and python script help

2017-04-30 Thread Marlysson Silva
1. In your python script you are achiving handle the data's arduino? 2. To "real time" changing exists the rethink dB .. To this propose.. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py

[web2py] Add pie chart in evote project

2017-04-30 Thread Marlysson Silva
At case one what you already done? You would have a view that return a json with voting data.. And use a ajax request to this view.. Using the structure's lib. I recommend the chartjs. Basically you will use the simplejson to format that dal data and use in view this json formatted.. -- Reso

[web2py] Re: dal

2017-04-30 Thread T.R.Rajkumar
On Friday, April 28, 2017 at 1:12:24 PM UTC+5:30, T.R.Rajkumar wrote: > I have  a table in which two fields say amcno and unit are there. Now how to > ensure amcno+unitid is unique in dal? Thank you Pierre, Anthony. I will do as you said. Thank you once again. -- Resources: - http://web2py.com

Re: [web2py] Access DB2/400 from IBM i (AS/400) PASE environment

2017-04-30 Thread 'DenesL' via web2py-users
Have you tried the rname parameter in the table definition?. Denes On Thursday, April 27, 2017 at 8:20:40 AM UTC-4, Jim S wrote: > > Yes, I was able to get it to connect and the DAL created my tables, but > not it won't access them because it is looking for lower case table names > and evidently

[web2py] Add pie chart in evote project

2017-04-30 Thread Gaurav Parashar
I was learning web2py , so I decided to modify this project a bit : https://github.com/mdipierro/evote The modifications I want to make are : 1) Add a pie chart or bar graph which represents the final election result. 2) instead of adding the email ID for any election by typing it manually, I

[web2py] Communication between server and python script help

2017-04-30 Thread Esteve Martín
Hi, I was recently introduced to web development so i'm stil quite a newbie and i'm having difficulties to find the correct way the implement what i want. At the moment i'm working in a project and I seem to have hit a wall. I would appreciate some advice to get me on the right path. I have some

Re: [web2py] Access DB2/400 from IBM i (AS/400) PASE environment

2017-04-30 Thread Kiran Subbaraman
Will this help; not that it directly addresses your problem... but... just wondering: https://github.com/web2py/web2py/issues/1034 . Am thinking the rname capability: http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#rname--Record-representation _

[web2py] web2py i cant submit customized form with input

2017-04-30 Thread Maurice Waka
down votefavorite I have a problem using input with web2py when it comes to form submission. My code below: db.define_table('searches', Field('body', 'text', requires= (IS_NOT_EMPTY(), IS_L

Re: [web2py] default search widget from SQLFORM.grid only searches the reference field by id but not format=''

2017-04-30 Thread Rudy
Hi Richard, Thanks so much for your advises. Before i added the represent=... to quotation table, i was able to see the company name (instead of company id) on my grid display, so displaying it wasn't an issue. I was also able to set a search criteria in the search widget e.g. Company Name = XY