W
WOAIDEL
Unregistered / Unconfirmed
GUEST, unregistred user!
大家帮忙看看,只有3条语句。
可是为什么会出错呢? (控件:fr3.15)
----------
if radiobox1.checked then
frxreport1.loadfromfile('no_1.fr3');
if radiobox2.checked then
frxreport1.loadfromfile('no_2.fr3');
frxreport1.showreport;
----------
说明:加有 导出pdf文件 的,在运行过程中只能导出一次,第二次无法显示报表。
就这么3句代码,可是居然也会出错。
出现的错误是:不能再次显示报表。
附件地址:http://bbs.2ccc.com/topic.asp?topicid=191474
可是为什么会出错呢? (控件:fr3.15)
----------
if radiobox1.checked then
frxreport1.loadfromfile('no_1.fr3');
if radiobox2.checked then
frxreport1.loadfromfile('no_2.fr3');
frxreport1.showreport;
----------
说明:加有 导出pdf文件 的,在运行过程中只能导出一次,第二次无法显示报表。
就这么3句代码,可是居然也会出错。
出现的错误是:不能再次显示报表。
附件地址:http://bbs.2ccc.com/topic.asp?topicid=191474