I've got a Delphi 5 Application that I am maintaining that uses a Composite Quick Report Component on a basic Delphi Form. Recently I added the facility to upload and store small (e.g. 100kb) jpeg images to an SQL Database through this application. All is good in this respect. The user clicks a button and uploads up to three jepgs that are displayed correctly on the Quick Report.
However, when the user attempts to print the report they do not always get all of the images included. Connecting to little cheap and cheerful printers and the report displays fine. Connect to slightly higher grade black and white printers, every thing fine. Connect to the best printer in the building e.g a Canon iR2520 and the printed document is missing an image.
Its not even the same image each time. The report is a summary of what has happened to a serial numbered product so the same report is slightly different in content (e.g. user comments etc) but is the same template each time its called. Yet sometimes its image 1, other times image 2 or 3.
I cannot work out if its the way the networked PC's connect to the printers or if its the application that's at fault here. If I have a Quick Report that looks fine and convert it into a PDF I sometimes loose the image in the same way that when I try to print. Has anyone seen or heard of this?