appendReportRow 这个函数,谁能提供非单独使用的方法
var num=FR.Msg.prompt("请输入插入行数","行数","5");
FR.Msg.alert("插入!",num);
_g().appendReportRow(this.options.location, this.options.reportIndex,num)
我想根据提示 行,插入行的数量,结果不行
http://help.finereport.com/doc-view-1768.html
官方示例,不能使用
谁能提示一下。
var num=FR.Msg.prompt("请输入插入行数","行数","5");
FR.Msg.alert("插入!",num);
另外,这个也不能运行,prompt被直接跳过,直接运行了alert
感觉很不稳定!!!!!!!