i'm using crystal report version 13
Graphic Location path work fine if the location is my local directory, but it will show blank if i give path from another computer but i can open the image if i run the path manually.
i access the path using IP address -> share folder(eg: \\192.168.0.10\sharefolder\image.Jpeg), where permission is Full Control
i show the data (including image) to my form before print it using crystal reports. and the image is show correctly
is crystal report not support path from another computer?
System.IO.File.ReadAllBytes(path)
-- if that returns you data, then you move to step 2. your report is either 1. inaccessible OR 2. in an unexpected format. – Glenn Ferrie