Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
the file device has already been created
rbuser
September 2010
edited September 2010
in
General
I am getting the above error when exporting a report to PDF on one report.
The report prints okay. What does this error mean please?
Delphi 7 RB 9.01
Comments
rbuser
September 2010
edited September 2010
I am using :
procedure TDatamodule4.ppReport_LicenceBeforePrint(Sender: TObject);
begin
ppImage6.Picture.LoadFromFile('62.jpg');
ppImage14.Picture.LoadFromFile('BPA LOGOsmall.jpg');
ppImage16.Picture.LoadFromFile('BPA SQUARE LOGOsmall.jpg');
end;
Wihin the IDE I get the error the files cannot be found and the path to the
file is the \users\ etc etc desktop.
nardmoseley
September 2010
edited September 2010
1. Specify the full path to the file, for example
c:\myImages\myLogo.jpg.
2. Make sure the application is running under an windows account that has
security access to the location of the files.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
This discussion has been closed.
Comments
procedure TDatamodule4.ppReport_LicenceBeforePrint(Sender: TObject);
begin
ppImage6.Picture.LoadFromFile('62.jpg');
ppImage14.Picture.LoadFromFile('BPA LOGOsmall.jpg');
ppImage16.Picture.LoadFromFile('BPA SQUARE LOGOsmall.jpg');
end;
Wihin the IDE I get the error the files cannot be found and the path to the
file is the \users\ etc etc desktop.
c:\myImages\myLogo.jpg.
2. Make sure the application is running under an windows account that has
security access to the location of the files.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com