[web2py] Re: Open generated file from action function

2013-01-29 Thread Massimo Di Pierro
The proper way is to pass the input data to the another action which returns the excel file and display a link to that action. You can pass the data by storing it into a session and retrieving it. On Tuesday, 29 January 2013 16:06:15 UTC-6, Luca Zacchetti wrote: > > Just trying to open the gener

[web2py] Re: Open generated file from action function

2013-01-29 Thread Luca Zacchetti
Just trying to return an excel file on SQLFORM submission Il giorno martedì 29 gennaio 2013 22:13:18 UTC+1, Massimo Di Pierro ha scritto: > > I do not understand what you are trying to do. If the form is accepted you > should probably reload, not return different data. > > On Tuesday, 29 January

Re: [web2py] Re: Open generated file from action function

2013-01-29 Thread Bruno Rocha
I think the problem may be the session preventing the duplicate submission of the same form data. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un

[web2py] Re: Open generated file from action function

2013-01-29 Thread Massimo Di Pierro
I do not understand what you are trying to do. If the form is accepted you should probably reload, not return different data. On Tuesday, 29 January 2013 10:00:56 UTC-6, Luca Zacchetti wrote: > > Hi everybody, I've a problem and need your help. > I have a view which contains many things including