procedure TForm1.Button1Click(Sender: TObject);
begin
// frReport1.LoadFromFile('barcode.frf');
frReport1.LoadFromFile(ExtractFilePath(ParamStr(0)) + 'barcode.frf');
frReport1.ShowReport;
end;
因要使用barcode组件,用了fastreport,但出现了Project Project1.exe raised exception class EClassNotFound with message 'TfrBarCodeView'.这是什么原因呢?
因為沒有使用“frBarCodeObject”控件。
[@more@]