PaidtheUmpire
Programmer
What I want to do is this....
I have a DBGrid which has 6 columns in it 5 displayed:
S, R, TeamA, Result, TeamB & FileLocation (hidden).
What I want to do is as follows...
When a user clicks on a row in the DBGrid say the following row:
5, 6, "Greenwood", "Lost To", "Sydney", "S5R6GS.txt" either one of the following should occur:
1) The file is not found, an image "FileNotThere" is shown in the image location "image2".
2) The file is found and an image "FileFound" is shown in the image location "image2".
How can i get this image thing working?
I have a DBGrid which has 6 columns in it 5 displayed:
S, R, TeamA, Result, TeamB & FileLocation (hidden).
What I want to do is as follows...
When a user clicks on a row in the DBGrid say the following row:
5, 6, "Greenwood", "Lost To", "Sydney", "S5R6GS.txt" either one of the following should occur:
1) The file is not found, an image "FileNotThere" is shown in the image location "image2".
2) The file is found and an image "FileFound" is shown in the image location "image2".
How can i get this image thing working?