F
fpsky
Unregistered / Unconfirmed
GUEST, unregistred user!
不弟在用FAST REPORT2。44做了一个报表打印程序,设计时预览时正常显示。
便在以下事件中发生错误:
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
frReport2.LoadFromFile('Untitled.frf');
frReport2.ShowReport;
end;
end.
报错信息为:
Project Project1.exe raised exception class EvariantError with message
'Invalid variant type conversion' . Process stopped.Use Step or Run to continue.
请各位给解决一下此问
我很菜啊!
便在以下事件中发生错误:
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
frReport2.LoadFromFile('Untitled.frf');
frReport2.ShowReport;
end;
end.
报错信息为:
Project Project1.exe raised exception class EvariantError with message
'Invalid variant type conversion' . Process stopped.Use Step or Run to continue.
请各位给解决一下此问
我很菜啊!