N
ntjrr
Unregistered / Unconfirmed
GUEST, unregistred user!
frxReport1.Script.Variables['a'] := ‘测试’;//这一句赋值的代码放在clear前面和后面好象都一样? frxreport1.Clear;
frxReport1.LoadFromFile('test.fr3');
frxReport1.ShowReport;
frxReport1.LoadFromFile('test.fr3');
frxReport1.ShowReport;