Re: [web2py] Re: Problem while using two sqlform.grid in a single form

2012-06-18 Thread Cornelius Koelbel
+1 I am also using two grids (sometimes 4 grids) on one page. Why not? Kind regards Cornelius Am 18.06.2012 22:02, schrieb Jonathan Lundell: > On Jun 18, 2012, at 3:06 PM, Massimo Di Pierro wrote: >> You cannot have two grids in the same page. > > I'm using two grids on a page. It seemed all I n

Re: [web2py] csv button

2012-06-17 Thread Cornelius Koelbel
Am 17.06.2012 18:50, schrieb Hassan Alnatour: > Dear ALL , > > How can i create a button that create a csv file for a cretin table ? > > > Best Regards Hi, I think the exportable=True, the export-button should do this. Kind regards Cornelius

Re: [web2py] Re: naming convention of download files

2012-06-11 Thread Cornelius Koelbel
Am 11.06.2012 22:20, schrieb Anthony: > > > Beat me, but I am using the simplest download function > > def download(): > return response.download(request,db) > > and it works without database entries. > Well - I got a table defined like this: > > db.define_table("t_files