Fileexists or other for loading picture(s) to report

edited 11:08PM in FastReport 4.0
Still can??t find a solucion can some one help becuse Fileexists don??t work
for me or i don??t now to put it to work when the dataset is enpety (my picture have to stay white).
my Dataset\name is <Termografia_sub."Foto1"> and i use the:

procedure Picture5OnBeforePrint(Sender: TfrxComponent);
var
vF2:String;
begin
vF2:=<Termografia_sub."Foto1"> ;
picture5.picture.loadfromfile(<Fot2>+vf2);
end;

is there a realy good solucion please!

thank??s

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:08PM
    the function you were given previously works fine
    what don't you understand about using it?
  • edited 11:08PM
    gordk wrote: »
    the function you were given previously works fine
    what don't you understand about using it?
    where to put in the IDE and the report because it gives me a error always..

    thank??s
    Ml
  • gordkgordk St.Catherines On. Canada.
    edited 11:08PM
    see my reply in the news group.

Leave a Comment