procedure Page1OnBeforePrint(Sender: TfrxComponent);
begin
TRY
if <frxDBStokBarkodu."Resim">=True Then
Picture1.loadfromfile('C:\BilnexV3\TEMPLATE\BILNEX _REPLIKASYON\StokResim\'+<frxDBStokBarkodu."Stok Kodu">+'.jpg')
ELSE
Picture1.Picture:=nil; //.loadfromfile('C:\BilnexV3\TEMPLATE\BILNEX_REPLIKA SYON\StokResim\'+<frxDBStokBarkodu."Stok Kodu">+'.jpg')

except end;
end;

procedure Picture1OnBeforePrint(Sender: TfrxComponent);
begin

end;

begin

end.


Screenshot_1.png


Picture Page1OnBeforePrint BU KODU ATTIKTAN SONRA HANGİ PAGE İCİNDEYSE Page1OnBeforePrint İÇİNE BİR KERE TIKLAYINCA RESİM GELECEK