[web2py] Re: Grid export csv

2016-08-01 Thread Ryan Hood
not working? What happens? What you model? > What is your grid? > > On Friday, 29 July 2016 11:23:28 UTC-5, Ryan Hood wrote: >> >> How do you get the csv export to work in web2py grid? >> >> NOTE: Working with web2py version 2.14.6 and 2.14.5 >> >> Th

[web2py] Grid export csv

2016-07-29 Thread Ryan Hood
How do you get the csv export to work in web2py grid? NOTE: Working with web2py version 2.14.6 and 2.14.5 Thank you, -- 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

[web2py] SQLForm.grid csv export

2016-07-28 Thread Ryan Hood
Hello, I'm pretty new to Web2py. I need some help with the SQLForm.grid export CSV functionality.I have the following basic structure: *db.py* db.define_table('test', Field('name', 'string', length=50, notnull=True), Field('email', 'string', notnul

[web2py] Re: Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-21 Thread Ryan Hood
: > > Login errors can be seen in the event viewer too IIRC, you might check > there for clues. > > On Wednesday, August 20, 2014 9:50:17 PM UTC-4, Ryan Hood wrote: >> >> Thanks for the advice and for sharing your experiences. Also appreciate >> the mmsql4 tip. So this

[web2py] Re: Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-21 Thread Ryan Hood
even when you start web2py as a "welcome" message in the cmdline) > > On Thursday, August 21, 2014 3:50:17 AM UTC+2, Ryan Hood wrote: >> >> Thanks for the advice and for sharing your experiences. Also appreciate >> the mmsql4 tip. So this will probably surprise you

[web2py] Re: Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-21 Thread Ryan Hood
stDB;UID=testUser;PWD=password > > if you can connect from "pure" pyodbc, than this will use EXACTLY the same > method to connect with the DAL. > > > PS: if you're using 2014, you can benefit from the mssql4:// that improves > performances with pagination. > >

[web2py] Unable to connect to MSSQL via web2py - SSL Security Error

2014-08-20 Thread Ryan Hood
Hi, I am having trouble connecting to a SQL Server Instance via web2py. I tried connecting to three different SQL Server instances (all 2014) on three different servers on three different instances of web2py. Here is the full traceback: Traceback (most recent call last): > File "/home/mdipi