No Picture at Runtime
I loaded some Jpeg`s in TfrxPictueView with
Picture1.FileLink:='C:\tmp\' + IntToStr(<frxDBDataset1."product">)+'.jpg';
or (tested)
Picture1.LoadFromFile('C:\tmp\' + IntToStr(<frxDBDataset1."product">)+'.jpg')
in the Preview at the designtime looks the report good.
All the Picture are not loaded if i compile the Programm and i will preview/print the Report.
Any Idea?
Christian
Delphi XE2 , Fast Report 4.12 Prof.
Picture1.FileLink:='C:\tmp\' + IntToStr(<frxDBDataset1."product">)+'.jpg';
or (tested)
Picture1.LoadFromFile('C:\tmp\' + IntToStr(<frxDBDataset1."product">)+'.jpg')
in the Preview at the designtime looks the report good.
All the Picture are not loaded if i compile the Programm and i will preview/print the Report.
Any Idea?
Christian
Delphi XE2 , Fast Report 4.12 Prof.
Comments
I used FastReport Basic that comes with XE2, and i installed Professional 4.12.
Is that the Problem??
kind regards
Christian