[web2py] Video tutorial example download

2015-07-09 Thread Dan Hett
Maybe I am missing this somewhere, but is there a download link for the code examples from the Web2py video courses created in 2013 that are on the Web2py website? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:

[web2py] Re: Video tutorial example download

2015-07-11 Thread Dan Hett
Anyone else? Massimo? On Thursday, 9 July 2015 18:32:28 UTC-5, Dan Hett wrote: > > Maybe I am missing this somewhere, but is there a download link for the > code examples from the Web2py video courses created in 2013 that are on the > Web2py website? > > -- Resources: -

Re: [web2py] format question

2015-07-14 Thread Dan Feeney
Try this: db((db.group.name=='manager')&(db.person.group==db.group.id)).select() -Dan -- 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

[web2py] Re: When will we have a "proper" forum ?

2015-08-02 Thread Dan Hett
As a newcomer, I agree. For instance, I asked a question about where I could find examples of the online videos. The key word that I needed to know was "appliances", searching Github. But, I did not know the right term. Searching the forum, I found several have asked this same question. I like

[web2py] Re: All forms clear and do not submit

2015-08-20 Thread Dan Kim
I need to get some work done. Please fix. thx. -- 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

[web2py] Re: orderby with groupby in select

2015-10-05 Thread Dan Feeney
I don't know how it would be implemented with DAL syntax, but you are talking about analytical window functions, which are supported by Oracle and Postgres, as far as I know--possibly others. The SQL statement for this in Oracle would look like this, assuming your messages table only has subjec

[web2py] Re: Error importing csv file in python3.6

2020-02-23 Thread Dan Carroll
It Works! YESSS!!! Worked in my code. Now to fix the import csv function in appadmin. Using version 2.18.5 of web2py with python 3.7.0 on pythonanywhere. On Friday, April 26, 2019 at 1:56:39 AM UTC-4, nbac...@bancointernacional.cl wrote: > > I had a similar issue. > I solve it doing this: > >

[web2py] Re: Error importing csv file in python3.6

2020-02-23 Thread Dan Carroll
This works in your own code using import_from_csv_file as well as in appadmin, all for python 3. On Friday, April 26, 2019 at 1:56:39 AM UTC-4, nbac...@bancointernacional.cl wrote: > > I had a similar issue. > I solve it doing this: > > f = request.vars.csvfile.file > import io > file = io.Text

[web2py] Re: Installing the jqmobile plugin

2013-11-10 Thread Dan J Clark
On Friday, November 8, 2013 11:59:39 AM UTC-5, Philip Kilner wrote: > Hi All, > > On 07/11/13 18:30, Philip Kilner wrote: > > Found a note here: - > > > > https://groups.google.com/forum/#!topic/web2py/W9b3RZBrmYQ > > > > ...where Massimo says "the posted plugin online is old and broken (I

<    1   2   3