On 11 April 2010 00:38, mdipierro <mdipie...@cs.depaul.edu> wrote: > One thing I see is that > > > db(request.vars.query).select(db.sarua.All,limitby(1,250)).export_to_csv_file(s) > > should be > > > db(request.vars.query).select(db.sarua.ALL,limitby=(0,250)).export_to_csv_file(s) >
Thanks. That was careless typing from my side. But the correction does not cause the user to be asked for a filename to download. There is no view with the name ' csv'. Is it necessary to have one? What should be in there? Regards Johann -- "Finally, brethren, whatsoever things are true, whatsoever things are honest, whatsoever things are just, whatsoever things are pure, whatsoever things are lovely, whatsoever things are of good report; if there be any virtue, and if there be any praise, think on these things." Philippians 4:8 -- To unsubscribe, reply using "remove me" as the subject.