Hi all,
I got a form with a php button where I redir to a blank application that makes the export of master/details rows
Everything works nice but I got the problem that once downloaded the csv file, sistem ask to open it with excel … I open it and it’s ok.
What I’m not able to do is that once close excel I need to come back to original form that has made the export.
I tried to insert sc_exit() at the end of blank application but SC always display an empty page also if the address on the bar is correct to form
http://127.0.0.1:91/scriptcase/app/B2B_B2C/form_rfqs/
I tried also to insert a sc_redir(form_rfqs,"_parent"); but no way the same
I tried also to insert sc_make_link(form_rfqs, parm1=[glo_RfqID]); but no way the same
If you try to refresh it still ask to open the file with excel… ???
It seems that SC loose the control at all.
Is there a way to get it working on expected way ??