machaotansuan 发表于 2012-8-20 11:17:08

录制导出excel,取文件大小报错

web_url("AccountChangeLogExport",
                "URL=http://xxx/web/AccountChangeLogExport?pageSize=2000&accountNo=&sealcardNo=&brCode=&operatorCode=&checkOperCode=&operateType=&startWorkDate=&endWorkDate=",
                "Resource=1",
                "RecContentType=application/msexcel",
                "Referer=http://xxx/web/page/accountChangeLog/accountChangeLog.html",
                "Snapshot=t161.inf",
                LAST);

        ifile=web_get_int_property(HTTP_INFO_DOWNLOAD_SIZE); //取得文件响应的大小

Action.c(392): Error -26359: Function not allowed within a concurrent group       
Action.c(392): web_get_int_property highest severity level was "ERROR"

求各位大虾解惑啊。。。
页: [1]
查看完整版本: 录制导出excel,取文件大小报错