[web2py] Re: IIS help with permissions

2014-09-28 Thread Tim Richardson
IIS must be doing something which is extension specific and which can't be explained by permissions. Such as locking. It also silently crashes the response thread in a way which does not trigger a python exception (which may explain the 'communication error' messages from the gui code editor as

[web2py] Re: mssql legacy tables reference

2014-09-28 Thread Tim Richardson
I just asked if the primary key is integer yet the answer was in front of me, except I don't know if it is an identity field. Because your primary key may look like a standard web2py id field, perhaps you can use the 'id' parameter instead of 'primarykey' -- Resources: - http://web2py.com - ht

[web2py] Re: mssql legacy tables reference

2014-09-28 Thread Tim Richardson
Is the legacy primary key an integer or even better an auto - incrementing integer? -- 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 mes

[web2py] Automate JQuery for Button

2014-09-28 Thread Bernhard Radermacher
I was always a bit disappointed with the features, or rather non-features of the html button, basically that all functionality has to be programmed by hand. I created a small class (and patched it into gluon.html) to make a button and the respective JQuery script automatically. At this time th

[web2py] Re: Suitability of web2py as control system

2014-09-28 Thread Frank Olaf Sem-Jacobsen
Sent a private message. On Saturday, 27 September 2014 16:39:51 UTC+2, Massimo Di Pierro wrote: > > I am very exited by this project and will offer all the help I can. Feel > free to contact me personally. > > In principle you can use any web framework to control background demons > but I would

[web2py] Uploading a large number of files using Web2py

2014-09-28 Thread Fernando Pardo
Hi! I'm using Web2py to build a desktop application that will run on the user's computer using the localhost. An use case involves the user uploading a large number of files (about 100-200 files ranging from 5 to 30 MB) MB each. Here is a simplified chuck of code I'm using: ###

[web2py] sqlite - how to use web2py built in driver or latest sqlite

2014-09-28 Thread Mohd Radzi Ibrahim
Hi, I've just install web2py and trying the welcome app. I have problem with sqlite database. I think it's because I uses sqlite3 database direct from fossil scm, for my other project. I did configure, make and make install to install the sqlite. How could I configure web2py to use that sqlite

[web2py] Re: mssql legacy tables reference

2014-09-28 Thread pn
Can you provide some clarification on what behavior are you expecting but not seeing when you create the reference? For example, are you able to create entries in the 'Partneri' table that refer keys not in the 'Mjesta' table? A quick workaround would be to put in a 'requires' lambda into the f

[web2py] Re: Upgrading an old version - will my app work?

2014-09-28 Thread Niphlod
upgrading and switching back to any version is really easy. Download the zip, extract, voilà. we try hard (really hard) to not break backward compatibility, and if we do, we consider the "breakage" as a bug to fix, unless the "breakage" is indeed a bug (i.e. something that NEEDED to be fixed bec

[web2py] Re: Upgrading an old version - will my app work?

2014-09-28 Thread pn
The bad news: You will need to test to be sure it works, and there may be some work required for the upgrade. The good news: Most likely, you will only need to make minor changes and will be happy with the features offered by the newer versions. The biggest change you will have to deal with were

[web2py] Upgrading an old version - will my app work?

2014-09-28 Thread Marko Poutiainen
I made a simple application with web2py version 2.4.6-stable+timestamp.2013.04.06.17.37.38 and thought about upgrading to the latest one because someone else wants to use the same application on their server. No point in installing an old version, IMO, so I'll update our version first. Do I run

[web2py] Re: IIS help with permissions

2014-09-28 Thread Leonel Câmara
Is it possible the files are being locked by IIS? -- 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