Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TppImage in PDF

edited October 2006 in General
Delphi 7
Rb 10.02
I am trying to show two images inside a detail divided in 2 columns, when
print is correct, but when I generate the PDF, the second image is equal the
first one.

------------------------------


Estou tentando exbir duas imagens dentro de um detalhe dividido em 2
colunas, na impress?o est? correto, mas quando gero o PDF, a segunda imagem
fica igual a primeira.

------------------------------

procedure TfmRelatorios.LaudoMacroImgDetailBeforeGenerate(Sender: TObject);
begin
LaudoqiMacro1.Picture.LoadFromFile(Diretorio('i') + NomeImagemMacro);
end;

Comments

This discussion has been closed.