Massimo, I have emailed you a patch for this and another smaller
problem.

On Nov 22, 8:23 pm, DenesL <denes1...@yahoo.ca> wrote:
> To get a url you should use URL as explained 
> inhttp://web2py.com/book/default/chapter/04#URL
>
> and it should look something like
> URL('reports','export_array_records',vars={'EndTime': '2010-11-08
> 22:00:00', 'String': ['S1', 'S2'], 'StartTime': '2010-11-08
> 21:00:00'}, extension='csv')
>
> but that will create the String part as ['S1','S2'] literally
> String=%5B%27S1%27%2C+%27S2%27%5D
>
> which I think it is neither what you want nor correct,
> but to get it right would require a patch to web2py:
> String='S1'&String='S2'
>
> Denes

Reply via email to