I have a form which displays two values from a record, one is a text file, and the other is a jpeg, the text file and the jpeg are in adjacent controls. I have gotten the text to display with some effort, but some of the jpegs just won't display. They have been adjusted to a pixel dimension convention so that they are optimally sized, and under 100kb. In and earlier thread, I was advised that since I was using a grid control on a form to enter the data that I might experience some problems, but I'm not sure whether this may be an effect of using the grid control. I have eliminated whitespace from the filenames in question, all the images reside in an "image" folder under C:\Program Files\MyProgram\images, and are not enclosed in any other folders. Some of the jpegs display, others do not. Some were resized, some were not, and there does not appear to be any relation between the source of the file(s), and/or whether they were resized and their capacity to display on the form. Please suggest what I might try to solve this problem. A search of these forum threads has not suggested a similar post.
Thanks,
Marc