Page 1 of 1

[RESOLVED] How define a path to save file?

Posted: Thu Apr 05, 2012 2:11 pm
by rjmdfogo
In design how define a path to save file?

For exemple:

I want any user save the report.mrt in path:

var request:URLRequest= new URLRequest('reportsreport.mrt');

How define a path to save file?

[RESOLVED] How define a path to save file?

Posted: Fri Apr 06, 2012 7:55 am
by HighAley
Hello.
rjmdfogo wrote:In design how define a path to save file?

For exemple:

I want any user save the report.mrt in path:

var request:URLRequest= new URLRequest('reportsreport.mrt');

How define a path to save file?
Do you want to change report path or report name?
You couldn't change report path?
But you could change the report file name with StiReport.ReportFile property.

Thank you.

[RESOLVED] How define a path to save file?

Posted: Wed Apr 11, 2012 9:39 am
by rjmdfogo
Aleksey,

Thanks for help, but i resolved this question making upload of report to the application.

[RESOLVED] How define a path to save file?

Posted: Thu Apr 12, 2012 12:06 am
by Andrew
Hello,

Great! Thank you for the reply.

Thank you.