Ole object and "%1 not found" error
hi there,
my system is fastreport 4 and delphi 2010.
i wanna report with FR by OLE. my code is below:
what can i do about this problem?
help me! please!
my system is fastreport 4 and delphi 2010.
i wanna report with FR by OLE. my code is below:
TfrxOLEView(frxReport1.FindObject('OLE1')).OleContainer.CreateObjectFromFile
      ('C:\bos.doc', false);
    frxReport1.ShowReport;
but in runtime, it says: ERROR: "%1 not found."what can i do about this problem?
help me! please!
Comments