error #1502
Posted: Wed Jul 04, 2012 6:48 am
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.
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.