Ver Mensaje Individual
  #4  
Antiguo 01-11-2007
Puberta Puberta is offline
Miembro
 
Registrado: oct 2007
Ubicación: Estado de México
Posts: 47
Reputación: 0
Puberta Va por buen camino
Cita:
Empezado por poliburro Ver Mensaje
Prueba con la función fileExist
Gracias Poliburro,

La verdad no funciona, me manda el error 'Undeclared Identifier FileExist'

Ruta := Ruta + Datos.TAutomovilesid_auto.Value + Imagen + '.jpg';

if FileExist(Ruta) then
IAuto.Picture.LoadFromFile(Ruta);
IAuto.Visible := True;
else
IAuto.visible := false;
ShowMessage ('La imagen correspondiente no está disponible');

¿Qué puede ser?
Responder Con Cita