[web2py] Re: problems running PY4WEB

2019-10-20 Thread Massimo Di Pierro
This is the problem: https://stackoverflow.com/questions/54608421/how-to-fix-notimplementederror-when-trying-to-run-hydrogen-in-atom Try the latest master. Includes a fix. It will never be as good on Windows as on Linux/Mac. On Friday, 18 October 2019 17:10:15 UTC-7, lu ond wrote: > > Dear Massi

[web2py] ajax - sqlform

2019-10-20 Thread Dirk C
Hey, I'm new to web2py. I want to update a inputfield with the return value of a function. when adding a new record to t_cre_customers, i want to lookup in table t_cre_contractors. I'm using focusout event to launch. Passing the argument of field t_cre_customers_f_ctm_no to function cre_find_con

[web2py] Can you change uploadseparate=False to uploadseparate=True

2019-10-20 Thread Nathan Evans
I have searched online and in the forum and found a very clear warning about migrating uploadseparate=True to uploadseparate=False. But is it possible to enable it after uploads have been created? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web

[web2py] Re: Table doesn't exist - in mySQL migrate

2019-10-20 Thread olorunshola matins
Traceback (most recent call last): File "C:\Users\MATINS\Videos\web2py_src\web2py\applications\PCBS\controllers/appadmin.py", line 249, in select nrows = db(query, ignore_common_filters=True).count() File "C:\Users\MATINS\Videos\web2py_src\web2py\gluon\packages\dal\pydal\objects.py",

Re: [web2py] Beginner can't get past install

2019-10-20 Thread Nico Zanferrari
Well, I've made some additional tests. The problem comes just from the *quarantine *Extended Attribute. Can you try to remove it following these simple instructions (taken from here )? If the App is downloaded from GitHub