Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nigeldutton

    FileExists not finding files that exist

    Loren - thanks a million I'll give it a try. Nigel Dutton
  2. nigeldutton

    FileExists not finding files that exist

    This is the code I am running if FileExists(ImageToLoad) then begin JPG := TJpegImage.Create; try JPG.LoadFromFile(ImageToLoad); Draw(X,Y,JPG); finally JPG.Free; end; //try end; //if FileExists The ImageToLoad string is a network path to a busy server where the...

Part and Inventory Search

Back
Top