Page 1 of 1
Save Reports Issue
Posted: Mon Aug 10, 2009 9:13 am
by jgalindo
Hi, i have an issue at save time. After we design any kind of report, apperently the report is saved however this never happens. Any idea? Regards from Mexico.
Save Reports Issue
Posted: Mon Aug 10, 2009 9:28 am
by Andrew
Hello.
Do I understand you correct that you press Save and a report is not saved?
Thank you.
Save Reports Issue
Posted: Mon Aug 10, 2009 10:38 am
by jgalindo
Is correct when we press the save buttom nothing happens. Regarding to your documentation we need to handle the event across SaveReport. This is our implementation:
protected void WebDesigner1_SaveReport(object sender, StiWebDesigner.StiSaveReportEventArgs e)
{
if (Session["ReporteDiseño"] != null)
{
string rutaArchivo = Session["ReporteDiseño"].ToString();
e.Report.Save(rutaArchivo);
lblError.Text = "Reporte guardado";
}
else
{
lblError.Text = "No se ha podido guardar los cambios del reporte";
}
}
On developer´s equipment everything is ok, the save function works, but when we deploy the project nothing happens. On developers equipment we have installed:
Windows XP
.Net Framework 3.5
Spring 2.0
Visual Studio 2008
Stimulsoft Reports .Net 2009.1
Stimulsoft Reports Web Designer 2009.1
The equipment where we deploy the project has the same software installed except the OS. This server has Windows Server 2003.
Please let me know if you need any aditional data to help us. Is very important to us to solve this issue because the final deployment is commited to Aug 11th, if we need to pay any aditional cost for this help, please let me know.
Thanks in advance.
Regards from Mexico.
Save Reports Issue
Posted: Mon Aug 10, 2009 10:49 am
by Andrew
Hello,
Thank you for the information you sent. We are working on the issue. This will take some time to check the problem. We will reply you as fast as possible.
Thank you.
Save Reports Issue
Posted: Mon Aug 10, 2009 10:55 am
by Andrew
Also please download the latest prerelease build and try to check the issue. There were some small fixes in this build.
Let us know about the result.
Thank you.
Save Reports Issue
Posted: Tue Aug 11, 2009 3:33 am
by Andrew
Hello,
We have prepared a simple test web application and checked it on our web server. Everything works correctly.
Most probably you need to setup your IIS server (most probably you need to disable caching data which are passed from the server to the client).
Please, see the attached application.
Let us know about the result.
Thank you.