well,
I get a script timeout (error #1502) when I am generating a report from a xml .
report.regData("Reportname", "Reportname", reportXML);//reportxml is data table including about 300--500 records
report.dictionary.databases.clear();
report.dictionary.synchronize();
report.showDialog();// error hanppened in this step,and I couldn't have the view of the report. if reportXML contains less records, I can have the view somtimes.
it's ok when I use "Designer.Fx for Flex",and have no error #1502.
error #1502
Re: error #1502
Hello,
Please try to use the following additional compiler parameters:
Thank you.
Please try to use the following additional compiler parameters:
Code: Select all
-default-script-limits 1000 60