error #1502

Stimulsoft Reports.Flex discussion
Locked
jian
Posts: 9
Joined: Sat Mar 31, 2012 2:13 am

error #1502

Post by jian »

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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: error #1502

Post by Vladimir »

Hello,

Please try to use the following additional compiler parameters:

Code: Select all

-default-script-limits 1000 60
Thank you.
Locked